spencerhunter / Transactions-CSV-exporter

This tool will allow a user to export their Dwolla transaction data
4 stars 2 forks source link

Getting Started

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

Obtain API Key and Secret

Run Application on Heroku

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