Giter Club home page Giter Club logo

node-moneydashboard-api's Introduction

node-moneydashboard-api

CircleCI npm GitHub issues npm Depfu

node-moneydashboard-api is a Node module for accessing the MoneyDashboard API.

MoneyDashboard

Kind: global class

new MoneyDashboard(opts)

Creates a new instance of the MoneyDashboard API

Param Type Description
opts Object
opts.username String Your MoneyDashboard username/email
opts.password String Your MoneyDashboard password

moneyDashboard.login() ⇒ Promise.<Boolean>

Logs in using the provided credentials

Kind: instance method of MoneyDashboard
Returns: Promise.<Boolean> - A promise that (when resolved) is a boolean dictating the status of logging in

moneyDashboard.refreshLogin() ⇒ Promise.<(Boolean|Error)>

Refreshes local credentials for Cognito

Kind: instance method of MoneyDashboard
Returns: Promise.<(Boolean|Error)> - A promise that (when resolved) is a boolean dictating the status of logging in

moneyDashboard.generateAPIAuth() ⇒ String

Generates the x-auth header required for API requests

Kind: instance method of MoneyDashboard
Returns: String - x-auth header string

moneyDashboard.getAccounts() ⇒ Array.<Object>

Get a list of accounts attached to the MoneyDashboard account

Kind: instance method of MoneyDashboard
Returns: Array.<Object> - An array containing the list of accounts as objects

moneyDashboard.getBalances()

Get a list of balances maybe? I haven't actually looked that far into the API yet lol

Kind: instance method of MoneyDashboard

node-moneydashboard-api's People

Contributors

makeshift avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.