Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JuanitoFatas/mojime
Script to output random emoji names.
https://github.com/JuanitoFatas/mojime
Last synced: 10 days ago
JSON representation
Script to output random emoji names.
- Host: GitHub
- URL: https://github.com/JuanitoFatas/mojime
- Owner: JuanitoFatas
- Created: 2015-10-05T02:01:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T06:06:28.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T00:39:25.991Z (7 months ago)
- Language: Ruby
- Homepage: https://github.com/JuanitoFatas/mojime
- Size: 23.4 KB
- Stars: 56
- Watchers: 7
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fonts - mojime - Outputs random emojis (Emojis)
README
# Mojime
Outputs random emojis.
The primary purpose of this project is to provide all the emojis that can be used by any ascii
language. To view the list of all the emojis, please open the [emojis.json file](/emojis.json).
It lists all the emojis in json format and you can use this json as per your need.## Usage
```
# Output an emoji text randomly
$ mojime
:heart_eyes:# Output two emojis text randomly
$ mojime --number 2
:smirk: :blush:# Output two emojis text randomly without spaces in between
$ mojime --number 2 --no-spaces
:smirk::blush:# Output an emoji char randomly
$ mojime --char
😀# Output four emoji chars randomly
$ mojime --char --number 4
😀 😁 😂 😃
```## Licenses
[emojis.json](/emojis.json) modified from https://github.com/muan/emojilib, MIT LICENSED.
Other files - CC0 Public Domain