Skip to content

tienbuide/urbanscraper

 
 

Repository files navigation

urbanscraper

Build Status Code Climate Test Coverage Dependency Status

Urban Dictionary is great. But, it's missing an API. So, this provides one.

This was originally built to provide a data source for a an extension to the Mac quick launch tool, Alfred. It allowed you to request a definition which would then be returned back to you. Alfred 2 changed the way extensions worked, and so UrbanScraper gained a few new methods, allowing the workflow to give 'live' results.

The live version is hosted on Heroku. It's a simple Sinatra application, using Nokogiri for HTML/XML parsing. MiniTest and VCR are used for testing and mocking web requests respectively.

Usage

It is targeted against Ruby 2.0. You'll also need Bundler.

bundle install
bundle exec ruby app.rb

Tests can be run using rake:

rake test

License

Copyright (c) 2011 Nick Charlton. Code under the MIT license.

The content you access is under the conditions of the Urban Dictionary's Terms of Service and owned by those who submitted it.

About

An API for Urban Dictionary.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Ruby 71.1%
  • CSS 23.1%
  • HTML 5.8%