emoji-express 🚂
emoji-express
adds emoji support to your express website's URLs. ✌️
Examples:
/contact
routes
/pricing
routes
Default usage (static websites)
It offers automatic emoji support for all the main routes of your website. E.g. contact, pricing, faq, etc.
const express = const app = const emoji = emoji // Your routes here app
Translate emojis from URLs automatically
It translates emojis automatically from URLs.
Examples:
translated: https://yourwebsite.com/batman-walking
https://yourwebsite.com/🔥-in-the-🕳️
translated: https://yourwebsite.com/fire-in-the-hole
const express = const app = const emoji = app // Your routes here app
Custom usage
It links any custom emojis (or strings of emojis) to any URL in your website.
const express = const app = const emoji = emojiemojiemoji // Your routes here app
Installation
Installation is done using the
npm install
command:
$ npm install emoji-express
Defaults
/contact
/☎ /📮 /📞 /🤙
/about
/🙋♂️ /🙋♀️
/pricing
/💳 /💵
/donate
/💰
/info
/💡
/faq
/🤔
/home
/🏠
/profile
/👤
/settings
/⚙
/support
/ 🛠️
/login
/⌨️
/terms
/📜
/privacy
/🔒
/posts
/🖊️
/subscribe
/✔️
/join-us
/🤗
/search
/🧐
/careers
/💼
/delivery
/🚚
/tv
/📺
/podcast
/🎙️
brought you by