##Mondo Expenses app
A simple example app that obtains account balance and transaction history via the Mondo Bank API.
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...