On This Day is a scraper that searches events, births and deaths that occurred in a specific day from Wikipedia.
-
Run
bundle install
in order to install ruby dependencies. -
Run
ruby lib/scraper.rb
and follow the instructions.
- Fork this repository
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'add my feature'
) - Push to your feature branch (
git push origin my-new-feature
) - Create a new Pull Request