Skip to content

An example Mondo app that obtains transactions tagged with #expenses

Notifications You must be signed in to change notification settings

ColinEberhardt/mondo-expenses-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Mondo Expenses app

A simple example app that obtains account balance and transaction history via the Mondo Bank API.

Installation

Run npm install, then start the express server supplying your client id and secret:

node index.js --clientId=oauthclient_0000 --clientSecret=00000000000

Replace with your own id and secret!

Alternatively you can specify a sandbox access token from the Mondo developer tools:

node index.js --accessToken=aBcDe123...

About

An example Mondo app that obtains transactions tagged with #expenses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published