0.0.7 • Published 8 years ago

installment-calculations v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Installment Calculations

Calculate payment installments (and other useful details) based on start/end dates, interval and target amount.

Installation

npm install installment-calculations

Usage

var IC = require('installment-calculations');
IC.getNumberOfInstallments(startDate, endDate, interval);

// ...

Tests

npm test
0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago