balances

1.0.0 • Public • Published

balances

Your checking and savings accounts balances on banks and brokers.

It currently supports OiWarren, Easynvest, Intermedium and Monetus.

Install

$ npm install --global balances

Usage

For authentication, you can either write you credentials on ~/.balances.conf.json or pass a environment variable, eg:

{
  "intermedium": {
    "password": "password",
    "login": "account_number-digit"
  },
  "oiwarren": {
    "password": "password",
    "email": "email"
  },
  "easynvest": {
    "password": "password",
    "login": "number"
  },
  "monetus": {
    "password": "password",
    "email": "email"
  }
}
$ oiwarren_email="hello@example.com" oiwarren_password="123456" balances oiwarren

Dependencies (9)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i balances

    Weekly Downloads

    0

    Version

    1.0.0

    License

    GPL-3.0

    Last publish

    Collaborators

    • igor1201