This package has been deprecated

Author message:

Package is no longer maintained

digitalocean-cost-calculator

1.0.0 • Public • Published

digitalocean-cost-calculator Circle CI

Calculate monthly cost on digitalocean.

Installation

$ npm install digitalocean-cost-calculator --save

Usage

const calculate = require('digitalocean-cost-calculator');
 
let cost = calculate(25, '512mb'); // 512mb, 1gb, 2gb, etc

Tests

Circle CI

$ make test

License

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

Readme

Keywords

Package Sidebar

Install

npm i digitalocean-cost-calculator

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • vdemedes