Sha256: 4090494931d290b52ab67d58ed28b3fa0a1b73103b71d9d7e803c115a52ce0a9
Contents?: true
Size: 969 Bytes
Versions: 1
Compression:
Stored size: 969 Bytes
Contents
# lita-memegen [![Build Status](https://travis-ci.org/webdestroya/lita-memegen.png)](https://travis-ci.org/webdestroya/lita-memegen) [![Code Climate](https://codeclimate.com/github/webdestroya/lita-memegen.png)](https://codeclimate.com/github/webdestroya/lita-memegen) [![Coverage Status](https://coveralls.io/repos/webdestroya/lita-memegen/badge.png)](https://coveralls.io/r/webdestroya/lita-memegen) **lita-memegen** is a handler for [Lita](https://github.com/jimmycuadra/lita) that generates meme images using memegenerator.net. ## Installation Add lita-memegen to your Lita instance's Gemfile: ``` ruby gem "lita-memegen" ``` ## Configuration You will need to register an account on memegenerator.net and provide the username/password for the account. ``` Lita.configure do |config| config.handlers.memegen.username = 'username' config.handlers.memegen.password = 'password' end ``` ## Usage TODO ## License [MIT](http://opensource.org/licenses/MIT)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lita-memegen-1.0.0 | README.md |