Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

This tool will allow a user to export their Dwolla transaction data

Notifications You must be signed in to change notification settings

spencerhunter/Transactions-CSV-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Go to the Applications page
  • Click Create an application
  • Enter Application Name
  • For Permissions select Transaction Details
  • Agree to the TOS
  • Click create your application
  • Store your application key and secret in environment variables or hard code them in to your application

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

  • heroku config:set DWOLLA_CLIENT_ID
  • heroku config:set DWOLLA_CLIENT_SECRET
  • heroku config:set HOST

About

This tool will allow a user to export their Dwolla transaction data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published