Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nescalante/tidytime
Friendly time display
https://github.com/nescalante/tidytime
Last synced: about 1 month ago
JSON representation
Friendly time display
- Host: GitHub
- URL: https://github.com/nescalante/tidytime
- Owner: nescalante
- License: mit
- Created: 2015-01-30T02:32:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T20:13:39.000Z (almost 8 years ago)
- Last Synced: 2024-11-30T18:08:44.804Z (about 1 month ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License
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