Skip to content

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

Notifications You must be signed in to change notification settings

joshstrange/simplebank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published