bash$ npm install --save fintech-kit
Focus on financial analysis Docs & Community
Github Organization for Official matters.
Visit the Wiki
Gitter for support and discussion
If you discover a security vulnerability in fintech-kit, please let me know.
The quickest way to get started with fintech-kit is to import the dependencies in your node.js application as shown below:
Install the executable. The executable's major version will match fintech-kit:
bash$ npm install -g fintech-kit
Install dependencies:
bash$ npm install
Import dependencies:
ReactJS
--
import fintech from 'fintech-kit';
var income = fintech.income(9, 123.2);
nodeJS
--
var fintech = require('fintech-kit');
var income = fintech.income(9, 123.2);
You can run a couple of test with the command in the container folder:
$bash npm smoke
The fintech philosophy is to provide lean, small, robust tooling for financial applications, making it a great solution for personal and small business finance management.
Now fintech-kit is part of Rodfraga's NPO (non-profit organization)
The original author of fintech-kit is rodfraga