/lua-emoji-clock

Display time in a emoji clock

Primary LanguageLuaMIT LicenseMIT

emoji-clock

Installation

If you're using LuaRocks, please:

luarocks install emoji-clock

Or you can manually copy src/emoji-clock into your project.

Usage

local emojiClock = require 'emoji-clock'

local time = os.time()

print(emojiClock(time))