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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i simplebank

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • joshstrange