1.0.0 • Published 9 years ago

heroku-cost-calculator v1.0.0

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

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.