This package has been deprecated

Author message:

Package no longer supported. Contact support@npmjs.com for more info.

fintech-kit

0.0.15 • Public • Published

Fintech-Kit

Installation

bash$ npm install --save fintech-kit

Features

Focus on financial analysis Docs & Community

Website and Documentation

Github Organization for Official matters.

Visit the Wiki

Gitter for support and discussion

Security Issues

If you discover a security vulnerability in fintech-kit, please let me know.

Quick Start

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);

Smoke Test

You can run a couple of test with the command in the container folder:

$bash npm smoke

Philosophy

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.

People

Now fintech-kit is part of Rodfraga's NPO (non-profit organization)

The original author of fintech-kit is rodfraga

License

MIT

Package Sidebar

Install

npm i fintech-kit

Weekly Downloads

0

Version

0.0.15

License

MIT

Last publish

Collaborators

  • npm