New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

complex-finance

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complex-finance

A complicated interface to your Simple Finance account.

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-57.14%
Maintainers
1
Weekly downloads
 
Created
Source

complex-finance

A Simple Finance API!

Module

npm install complex-finance

and simply

var simple = require('complex-finance')
simple.authenticate(username, password, function (err) {
  // if !err, you can make authenticated calls
  simple.dashboard(function (err, dashboard) { }); // all your information
  simple.user(function (err, user) { }); // profile information
  simple.balances(function (err, balances) { }); // safe-to-spend, account balance, etc.
  simple.goals(function (err, goals) { });
  simple.transactions(function (err, transactions) { });
  simple.fundingAttempts(function (err, fundingAttempts) { });
  simple.payments(function (err, payments) { });
  simple.paymentRequests(function (err, paymentRequests) { });
});

Command line: simple

npm install -g complex-finance

and simply

$ simple login
Username: ...
Password: ...
Logged in.

$ simple balances
Total:           $200.00
Safe-to-spend:   $200.00

$ simple transactions
 1. Github
     $5.00      Sep 20 2012 09:33:23

License

MIT!

Keywords

FAQs

Package last updated on 27 Nov 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc