Spadeio
This is the Ruby driver for Spade
See more at the docs: docs.spade.io
Installation
Add this line to your application's Gemfile:
gem 'spadeio'
And then execute:
$ bundle
Or install it yourself as:
$ gem install spadeio
Usage
Here's how to quickly scrape a url with the Ruby client:
require 'spadeio'
client = SpadeIO::Client.new :key => '<your-key>'
res = client.scrape "http://a.url.example.com/some/article.html"
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright
Copyright (c) 2013 Dotan Nahum @jondot. See MIT-LICENSE for further details.