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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i simplebank

    Weekly Downloads

    0

    Version

    0.0.2

    License

    ISC

    Last publish

    Collaborators

    • joshstrange