0.0.7 • Published 9 years ago

installment-calculations v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
9 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

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago