Emoji 11.0 as described here in a node module.
npm install emojson
const emojson = require('emojson');
const toPrint = emojson.getData().map( elem => elem.emoji + '\t' + elem.description)
toPrint.forEach(elem => console.log(elem))
Create a personal fork (usually from master), make your changes and run the test. Then submit a pull request on the development branch.✌
npm test
Please contribute in every way you feel like (e.g. pull request, feedback, beers). Reach me at [email protected] or https://linkedin.com/in/alebaroni