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

https://github.com/caub/emoji-time

🕐 time in emoji
https://github.com/caub/emoji-time

Last synced: about 2 months ago
JSON representation

🕐 time in emoji

Awesome Lists containing this project

README

          

# :clock1: emoji-time
[![npm version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![coverage status][codecov-image]][codecov-url]

```js
const time = require('emoji-time');

console.log(time()); // some emoji at your current time
console.log(time(new Date('2017-11-16 23:00'))); // 🕚
console.log(time('23:35')); // 🕦
```

[npm-image]: https://img.shields.io/npm/v/emoji-time.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/emoji-time
[travis-image]: https://img.shields.io/travis/caub/emoji-time.svg?style=flat-square
[travis-url]: https://travis-ci.org/caub/emoji-time
[codecov-image]: https://img.shields.io/codecov/c/github/caub/emoji-time.svg?style=flat-square
[codecov-url]: https://codecov.io/gh/caub/emoji-time