0.0.15 • Published 7 years ago

fintech-kit v0.0.15

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago