0.0.4 • Published 5 years ago

@mic2100/fuzzy-time v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Fuzzy Time

This was inspired from the fuzzy time clock that exists on Ubuntu. It gives you a rough idea what the time is without you knowing the exact minutes.

Installation

npm install --save @mic2100/fuzzy-time

Usage

Once the ./src/fuzzy-time file has been required a new method will be available on all Date objects.

require('./src/fuzzy-time');

let date = new Date();

console.log(date.fuzzyTime());
0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago