Skip to content

fractalawareness/node-exam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Exam

Scraper API

Install API

npm install

Start app

npm start
TODO
  1. Add handler to check instance of error

  2. recurseGetData - improvements needed, such as - save to redis partially, improve logic for getting level data

  3. Add filter for already parsed urls

  4. Swagger - fix problems

  5. Add more tests

CLI app for Scraper API

Install tool

npm install

Before using tool need to link it

npm link

Using tool

scraper -u http://stackoverflow.com -l 1 -e h3
TODO
  1. Add progress bar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • HTML 1.4%