Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utahta/hubot-dotmoji
Display the message using emoji
https://github.com/utahta/hubot-dotmoji
Last synced: 3 days ago
JSON representation
Display the message using emoji
- Host: GitHub
- URL: https://github.com/utahta/hubot-dotmoji
- Owner: utahta
- Created: 2015-03-21T17:16:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-21T18:25:34.000Z (almost 10 years ago)
- Last Synced: 2024-12-15T16:07:43.800Z (about 1 month ago)
- Language: CoffeeScript
- Homepage: https://www.npmjs.com/package/hubot-dotmoji
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-dotmoji
Display the message using emoji.
Using [misaki font](http://www.geocities.jp/littlimi/misaki.htm)
## Installation
```bash
$ npm install hubot-dotmoji
```## Using
```
> hubot moji TEST
> hubot mojif TEST :hoge:
> hubot mojifb TEST :foo: :bar:
> hubot mj TEST # using alias (:dmjf: :dmjb:)
```## Recommend
If message is separated, it recommend add emoji short alias.
```
:black_large_square: -> :dmjf:
:white_large_square: -> :dmjb:
```## Demo
in slack
![GOOD JOB](https://cloud.githubusercontent.com/assets/97572/6766260/44207c08-d042-11e4-9e8f-b22b2d088f84.png)![拝承](https://cloud.githubusercontent.com/assets/97572/6766261/53b9e078-d042-11e4-8081-65c697e871ee.png)
## Contributing
1. Fork it ( https://github.com/utahta/hubot-dotmoji/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request