ScraperWikiMorph
A simple compatibility layer so that you can use something that looks almost the same as the ScraperWiki gem - the only real difference is that it writes to an sqlite database called data.sqlite
(rather than ScraperWiki's default scraperwiki.sqlite
) and a table called data
(rather than ScraperWiki's default swdata
)
This makes it very easy to transition scraper code from ScraperWiki to Morph
Installation
Add this line to your application's Gemfile:
gem 'scraperwiki-morph'
And then execute:
$ bundle
Or install it yourself as:
$ gem install scraperwiki-morph
Usage
TODO: Write usage instructions here
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