📚 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