Skip to content

syncush/slack-emojis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Slack-Emojis

snyk package version package version Downloads Is Maintained

This packages exposes all the possible emojis available in a slack chat.

Possible Usages

One out of many possibilities is that you are writing a webhook feature which integrates with slack and you would like to use emojis, you would have to use a magic string in your code(e.g 💥 <==> :boom: <==> slackEmojis.BOOM).

slack-emojis is here for the rescue!

Package Usage

const slackEmojis = require('slack-emojis');
console.log(slackEmojis.RELAXED); // outputs :relaxed:

About

Repo for the slack-emojis npm package

Resources

Stars

Watchers

Forks

Packages

No packages published