0.0.2 • Published 10 years ago

simplebank v0.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
10 years ago

SimpleBank

A very basic interface to fetch data from your Simple bank account using promises

Install

npm install simplebank

Example

var SimpleBank = require('simplebank');

var mySimple = Simplebank('username', 'password');

mySimple.getTransactions().then(function(transactions){
	console.log(transactions);
});

Methods

getBalances

getCard

getContacts

getChats

getGoals

getLinkedAccounts

getNextPayments

getNotifications

getTransactions

getTransactionsFrom(unixtime)

getTransfers