Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 1008 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 1008 Bytes

Build Status Build Status Coverage Status

Setup

  1. Confiure database file cp config/database.sample.yml config/database.yml
  2. Install dependencies bundle install
  3. Setup your database rake db:setup or rake db:create; rake db:migrate; rake db:seed
  4. Start server rails server

Scraping news

rake scrape:all

Supported News Outlets

  1. Українська правда
  2. Еспресо
  3. Громадське

Bitdeli Badge