1.0.0 • Published 10 years ago
heroku-cost-calculator v1.0.0
heroku-cost-calculator
Calculate monthly cost on Heroku (rates updated according to the latest pricing).
Installation
$ npm install heroku-cost-calculator --saveUsage
const calculate = require('heroku-cost-calculator');
let cost = calculate(25, '2X'); // 1X, 2X, PXTests
$ make testLicense
heroku-cost-calculator is released under the MIT license.
1.0.0
10 years ago