Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 342 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 342 Bytes

urbandict-rb

A Ruby interface to Urban Dictionary API

Installation

RubyGems

Execute:

$ gem install urbandict

Bundler

Add this line to the application's Gemfile:

gem('urbandict')

Then execute:

$ bundle

Documentation

Please see the RubyDocs.