Skip to content

elifoster/urbandict-rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.