Visualizations of the AidData. View in action here.
To install dependencies run
npm install
Install foreman (it is included in the Heroku toolbelt, see below).
Then, run
foreman start
This is a Heroku-ready version. To publish a new app, install the Heroku toolbelt and use:
heroku create
git push heroku master
heroku ps:scale web=1
heroku config:set NODE_ENV=production
For more details, check out Getting Started with Node.js on Heroku.