Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.24 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.24 KB

lita-urban-dictionary

Build Status Code Climate Coverage Status

lita-urban-dictionary is a handler for Lita looks up the definitions of words on Urban Dictionary.

Installation

Add lita-urban-dictionary to your Lita instance's Gemfile:

gem "lita-urban-dictionary"

Configuration

Optional attributes

  • max_response_size (Integer, nil) - Sets a ceiling on the response size of the queried defintion, or nil for no limit.. Default: 20.

Example

This example configuration sets a max response size of 5 lines.

Lita.configure do |config|
  config.handlers.urban_dictionary.max_response_size = 5
end

Usage

To get the definition of a word:

Lita: ud WORD

License

MIT