1.0.0 • Published 6 years ago

monotime v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

monotime

💰 Money is time, a library to figure out what your time costs

Npm Version Coverage Status Dependency Status devDependency Status Build Status npm npm

Installation

npm install monotime --save

Usage

To use monotime as a standalone library without a bundler, use the bundle located at dist/monotime.js. Else if you are using webpack or any other bundler, simply require('monotime') will suffice!

const monotime = require('monotime');

monotime('hourly', 27.692307692307693).purchase('15'); // $15 will cost you 0.5416666666666666 hours
1.0.0

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago