Skip to content

trnxdev/emojigg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Emoji.gg wrapper for Node.js

npm version npm downloads


Documentation

First you need to import the library

const Emoji = require('emojigg')

To get an emoji by its id or title use .get method:

await Emoji.get(5)

To get the emoji.gg stats use .stats method:

await Emoji.stats()