📚 Notes
- Entry point of the app:
start.js - Tests are located in
scripts/tests - Results are written in
data/data.jsonafter 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 startRun script npm run start
📚 Testing
Test npm run test