This package has been deprecated

Author message:

Package is no longer maintained

heroku-cost-calculator

1.0.0 • Public • Published

heroku-cost-calculator

Calculate monthly cost on Heroku (rates updated according to the latest pricing).

Installation

$ npm install heroku-cost-calculator --save

Usage

const calculate = require('heroku-cost-calculator');

let cost = calculate(25, '2X'); // 1X, 2X, PX

Tests

$ make test

License

heroku-cost-calculator is released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i heroku-cost-calculator

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • vdemedes