emojson

1.2.1 • Public • Published

emoJson

Emoji 11.0 as described here in a node module.

Installation

npm install emojson

Usage

const emojson = require('emojson');

const toPrint = emojson.getData().map( elem => elem.emoji + '\t' + elem.description)

toPrint.forEach(elem => console.log(elem))

How to make a pull request

Create a personal fork (usually from master), make your changes and run the test. Then submit a pull request on the development branch.✌

Tests

npm test

Contributing

Please contribute in every way you feel like (e.g. pull request, feedback, beers). Reach me at inf.baroni@gmail.com or https://linkedin.com/in/alebaroni

Package Sidebar

Install

npm i emojson

Weekly Downloads

4

Version

1.2.1

License

Apache-2.0

Unpacked Size

709 kB

Total Files

6

Last publish

Collaborators

  • abaroni