Skip to content

Convert text to slack's alphabet emojis (on the edge) using cloudflare workers

License

Notifications You must be signed in to change notification settings

3CordGuy/alphabet-emojifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alphabet-emojifier

Convert text to Slack's alphabet emojis

This is a little demo project that uses Cloudlfare workers to run a string processing script that turns your text into slack alphabet emojis.

  • Runs the conversion in the cloud, on the edge
  • Stores counts in the Cloudflare Worker KV Store
  • Returns HTML for GET requests based on params
  • Gives you super powers to annoy your coworkers on Slack

Alphabet Emojifier Tool

Try it out

Online Demo

To run locally

// clone the repo
cd alphabet-emojifier

Requirements

Cloudflare Workers Wrangler CLI

// install deps
yarn install

// then
wrangler dev

// follow the prompts

Slack Alpha-moji-what!? 🤔

Slack comes with a built in emoji pack that lets you use emoji alphabet.

If you pasted your converted string into slack and it does nothing fancy, try this:

  1. Click the emoji button in the text input area
  2. Click the add emoji button in the bottom left of the popup
  3. Click the tab that says emoji packs and install the alphabet pack
  4. Annoy your coworkers!

About

Convert text to slack's alphabet emojis (on the edge) using cloudflare workers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published