0.0.5 • Published 5 years ago

node-emojis v0.0.5

Weekly downloads
14
License
MIT
Repository
github
Last release
5 years ago

npm npm bundle size Maintainability Build Status Coverage Status dependencies Status devDependencies Status Known Vulnerabilities

node-emojis

Emojis that you can use in your application 😊

Goal

The goal of the project is to support all of the emojis that can be found at Emojipedia.

Support Status

Below is a table of the emojis that are supported by version. There may be some emojis that are supported in the different verisons, but there hasn't been a concerted effort to add all emojis from that version.

Installation

npm install node-emojis

Usage

Just import the emojis into your app. It is an object with the emoji name as the key and the actual emoji as the value.

Sample usage:

const emojis = require('node-emojis')

console.log(emojis.smile)

Output should be 😄

Supported emojis

Supported emojis can be found in different files using the table below:

npm test

Contributing

Pull requests are welcome! It's super easy to add new emojis! Just go to https://github.com/jesselpalmer/node-emojis/tree/master/lib/emojis and if you find emojis that are missing from Emojipedia just create a PR adding the missing emoji.

Please make sure that any new or changed functionality need to have unit tests accompanied with the PR. Make sure that you lint (npm run lint) and test your code (npm test).

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago