Skip to content

Small test project. Scrapes data from HackerNews. Store/view/filter the data.

Notifications You must be signed in to change notification settings

stevelydon/test-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-scraper

Small test project. Scrapes data from HackerNews. Store/view/filter the data.

Running Project

  • git clone repo
  • npm install
  • node index.js

Testing Project

  • npm run test

Routes

Tech Used

  • express to serve the JSON data
  • ejs templates for simple webpages
  • cheerios for scraping the data
  • sqlite for storing data and filtering results
  • jest and supertest for testing

TODO

  • More test coverage
  • Test home and data routes(html)
  • More css on home and data routes

About

Small test project. Scrapes data from HackerNews. Store/view/filter the data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published