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

https://github.com/oscarmorrison/moment-emoji

🕔 library that returns the approximate emoji for the time
https://github.com/oscarmorrison/moment-emoji

Last synced: 5 months ago
JSON representation

🕔 library that returns the approximate emoji for the time

Awesome Lists containing this project

README

          

# moment-emoji
🕔 library that returns the approximate emoji for the time

## Use
- ensure you have [moment](https://github.com/moment/moment/) (hard requirement), loaded first
- src moment-emoji.js (or copy in file into your js)

on any moment time, just called `moment().emoji()`

```

var time = moment();
var emoji = time.emoji();
console.log(time.format('hh:mm'), emoji);

```

## Demo

http://oscarmorrison.com/moment-emoji/

Screen Shot 2019-07-04 at 11 42 25 pm

## Usecase

Why would anyone ever use this? I used it for a quick [uebersicht](https://github.com/felixhageloh/uebersicht) widget that I made.

Screen Shot 2019-07-04 at 11 49 22 pm

## Caveat

This was made on MacOS, not sure if it works on other platforms.