installment-calculations
v0.0.7
Published
Calculate payment installments (and other useful details) based on start/end dates, interval and target amount
Downloads
5
Readme
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