random-github-emoji

Simple Node JS script to Generate Random Github Emoji Everytime

Usage no npm install needed!

<script type="module">
  import randomGithubEmoji from 'https://cdn.skypack.dev/random-github-emoji';
</script>

README

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