@mic2100/fuzzy-time

0.0.4 • Public • Published

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());

Readme

Keywords

none

Package Sidebar

Install

npm i @mic2100/fuzzy-time

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

5.96 kB

Total Files

6

Last publish

Collaborators

  • mic2100