simplebank

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i simplebank

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • joshstrange