NodeJS application that shows Bitcoin's behaviour through the day
- NodeJS 8.x
- MongoDB
Please consider the following git styles for commits:
http://udacity.github.io/git-styleguide/
Clone the repository and install the dependencies:
$ git clone [email protected]:rodrigomata/nodejs-btc-bitso-changes.git
$ cd nodejs-btc-bitso-changes
$ npm i
Export your MongoDB URI:
$ export MONGO_URI='<URL>'
$ npm start
Your app should now be running on localhost:5000.
Navigate to HerokuApp
$ npm test
PS: Integration tests have been disabled TODO: Add Unit tests
MIT