Hi there 👋 This project was created for learning purposes after I discovered there's a thing called njs - JS for nginx. I took https://github.com/muan/emoji and made a tiny API, living at https://emoji.linus.dev/v1. Available routes: https://emoji.linus.dev/v1 - returns a random emoji https://emoji.linus.dev/v1/emoji - returns a list of all available emoji names https://emoji.linus.dev/v1/emoji/ - returns the emoji belonging to https://emoji.linus.dev/v1/category - returns a list of all available categories https://emoji.linus.dev/v1/category/ - returns a list of emojis belonging to https://emoji.linus.dev/v1/search?q= - returns a list of emojis matching to An emoji is returned like this: { "emoji": "🤓", "name": "nerd_face", "category": "people" }