node-github-emoji

Node.js library for GitHub Emoji with TypeScript support

MIT License

Downloads
2.3K
Stars
20
Committers
3

Bot releases are hidden (Show)

node-github-emoji - Latest Release

Published by rhysd over 3 years ago

  • Updated emoji database and images to the latest
  • Added new API emoji.urlOf() to get image URL hosted on GitHub of the given emoji name
  • Updated dependencies for development
node-github-emoji -

Published by rhysd about 5 years ago

  • Emoji URLs were updated by GitHub (assets-cdn.github.com -> github.githubassets.com)
  • Large dev dependencies updates
node-github-emoji - v1.1.0

Published by rhysd almost 6 years ago

Add emoji.namesOf({name}):

const emoji = require('github-emoji');

console.log(emoji.namesOf('🐶')); // => ['dog']
console.log(emoji.namesOf('👍')); // => ['+1','thumbsup']

This is necessary for emojis which have multiple names.

node-github-emoji - v1.0.2

Published by rhysd almost 6 years ago

  • Small refactoring
  • Improve README
node-github-emoji - v1.0.1

Published by rhysd almost 6 years ago

  • Add missing emoji.json
node-github-emoji - v1.0.0

Published by rhysd almost 6 years ago

First release 🎉