Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/herber/randmoji

Get random emojis
https://github.com/herber/randmoji

emoji emojis

Last synced: 15 days ago
JSON representation

Get random emojis

Awesome Lists containing this project

README

        

# Randmoji

> Get random emojis

## Installation:
```bash
npm install -S randmoji
```

## Usage
```bash
const moji = require('randmoji');

console.log(moji(3)); // This will log 3 emojis to the console
```

DONE! 🏁

## License
MIT