Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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