random-github-emoji

1.0.1 • Public • Published

random-github-emoji Build Status

Generates Random Emoji's supported by Github every single time

Install

$ npm install --save random-github-emoji

Usage

const random = require('random-github-emoji');
 
random();
//=> { name: 'crocodile', emoji: '🐊' }
 
random();
//=> { name: 'hammer_and_pick', emoji: '⚒' }

License

MIT © Akshay Kadam

Made by A2K

Sign

/random-github-emoji/

    Package Sidebar

    Install

    npm i random-github-emoji

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • deadcoder0904