The easiest way to get started is to clone the repository:
# Clone the project into a new directory
git clone https://github.com/spencerhunter/Transactions-CSV-exporter.git myproject
cd myproject
# Install NPM dependencies
npm install
node-dev ./bin/www
When deploying the application on heroku you will need to set your client_id, client_secret, and the location of your heroku app in config vars. Example: heroku config:set HOST=http://dwolladwollabill.herokuapp.com