0.4.0 • Published 8 years ago

fuzzy_time v0.4.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
8 years ago

Fuzzy_time

Will return the current time in a humanly readable format. 23:45 => 'a quarter to twelve'

  1. Require it
var ft = require('fuzzy_time');
  1. Use it
var time = ft.getFuzzy();

Or...

var time = ft.getFuzzy('en');

As of version 0.3, an argument for language can now be provided. It isn't required and defaults to english. There is only english as of right now, more languages will be added in the future.

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago