Skip to content

Latest commit

 

History

History
executable file
·
27 lines (22 loc) · 836 Bytes

README.md

File metadata and controls

executable file
·
27 lines (22 loc) · 836 Bytes

Sainsburys Product Scraper using node

📕 Index

📚 Notes

  • Entry point of the app: start.js
  • Tests are located in scripts/tests
  • Results are written in data/data.json after the process finishes
  • Bluebird & request are handling data fetching and promises
  • Mocha and chai are used for test running
  • Tested on node 6.8.1 (stable) and 5.12.0
  • Written data file: click here
npm cache clean && npm install && npm run start

Run script npm run start

📚 Testing

Test npm run test