installment-calculations

0.0.7 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.7
    1
    • latest

Version History

Package Sidebar

Install

npm i installment-calculations

Weekly Downloads

1

Version

0.0.7

License

MIT

Last publish

Collaborators

  • overture8
  • willmcneilly