An open API service indexing awesome lists of open source software.

https://github.com/deadcoder0904/generate-random-github-emoji

Generate Random :blush: Emoji's Supported by Github :octocat: Every Single Time
https://github.com/deadcoder0904/generate-random-github-emoji

Last synced: 12 months ago
JSON representation

Generate Random :blush: Emoji's Supported by Github :octocat: Every Single Time

Awesome Lists containing this project

README

          

# random-github-emoji [![Build Status](https://travis-ci.org/deadcoder0904/generate-random-github-emoji.svg?branch=master)](https://travis-ci.org/deadcoder0904/generate-random-github-emoji)

> Generates Random Emoji's supported by Github every single time

## Install

```
$ npm install --save random-github-emoji
```

## Usage

```js
const random = require('random-github-emoji');

random();
//=> { name: 'crocodile', emoji: '🐊' }

random();
//=> { name: 'hammer_and_pick', emoji: '⚒' }
```

## License

[MIT](LICENSE.md) © [Akshay Kadam](https://github.com/deadcoder0904)

### Made by A2K

Sign