Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nescalante/tidytime

Friendly time display
https://github.com/nescalante/tidytime

Last synced: about 1 month ago
JSON representation

Friendly time display

Awesome Lists containing this project

README

        

# Tidy Time

> Human readable times

## Install

Using `npm`

```
npm install tidytime --save
```

## Usage

```js
var tidy = require('tidytime');
var time = tidy('7:15'); // a quarter past 7 in the morning
```

## License

MIT