# emi-calculator-by-rravindra

> Emi calculator & interest calculator by rravindra naik.

Latest version **1.0.6** (published 2021-12-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install emi-calculator-by-rravindra
pnpm add emi-calculator-by-rravindra
yarn add emi-calculator-by-rravindra
bun add emi-calculator-by-rravindra
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2021-12-29 |
| First published | 2021-12-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | rravindra naik |
| Maintainers | rravindranaik111 |
| Keywords | easy emi, calculate emi, emi interest, simple interest, compound interest, emi calculator, base64, Emi per month |

## Links

- npm: https://www.npmjs.com/package/emi-calculator-by-rravindra
- npm.io page: https://npm.io/package/emi-calculator-by-rravindra

## Alternatives

- [flatbuffers](https://npm.io/package/flatbuffers.md) — 6.0M weekly downloads
- [jwt-simple](https://npm.io/package/jwt-simple.md) — 259.5K weekly downloads
- [@exodus/patch-broken-hermes-typed-arrays](https://npm.io/package/@exodus/patch-broken-hermes-typed-arrays.md) — 28.5K weekly downloads
- [@native-to-anchor/buffer-layout](https://npm.io/package/@native-to-anchor/buffer-layout.md) — 12.2K weekly downloads
- [binary-parser-encoder](https://npm.io/package/binary-parser-encoder.md) — 5.3K weekly downloads

## Recent versions

- 1.0.6 (latest) — 2021-12-29
- 1.0.5 — 2021-12-18
- 1.0.4 — 2021-12-18
- 1.0.3 — 2021-12-18
- 1.0.2 — 2021-12-18
- 1.0.1 — 2021-12-18
- 1.0.0 — 2021-12-18

## README

Simple Emi calculator module

How to use : 
----------------------------------

/*
let assume principal ammount = 4000000, Interest_Rate = 6.5 and No_of_month = 240

calculateEmi(principal_ammount, Interest_Rate, No_of_month)
*/

const {calculateEmi, calculateInterest} = require('emi-calculator-by-rravindra');

const s = calculateEmi(4000000, 6.5, 240); //{ EMI: '29823', Total: '7157502', Interest: 3157502 }

const t = calculateInterest(4000000, 6.5, 240);//{ simple_interst: 62400000, compound_interst: 14654322291810.205 }


----------------------------------

---
_Source: https://npm.io/package/emi-calculator-by-rravindra · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
