Brwiki

A library to scrap articles from wikipedia

Installation

Add this line to your application's Gemfile:

gem 'brwiki'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install brwiki

Usage


include Brwiki
puts Brwiki::search("en","juice")  

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/luizin5/brwiki.

License

The gem is available as open source under the terms of the MIT License.