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
- Host: GitHub
- URL: https://github.com/deadcoder0904/generate-random-github-emoji
- Owner: deadcoder0904
- License: mit
- Created: 2016-11-16T08:31:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T11:43:14.000Z (about 9 years ago)
- Last Synced: 2025-01-14T13:18:11.143Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://npm.im/random-github-emoji/
- Size: 51.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# random-github-emoji [](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