/endi_feed

EndiFeed is a Ruby Gem and command-line app for getting the latest news from endi.com / El Nuevo Dia Newspaper

Primary LanguageRubyMIT LicenseMIT

EndiFeed Build Status Gem Version Dependency Status Code Climate

Endi is a Ruby Gem and command-line application for getting the latest news from endi.com / El Nuevo Dia Newspaper

Installation

$ gem install endi_feed

Usage

Ruby:

require 'endi_feed'

EndiFeed.get_news 2
=> ["El Nuevo Dia : Noticias (http://www.elnuevodia.com/)", "Última actualización: 10:34:00 PM",
    "1. Trío asalta concesionario de autos en Moca (07/03/13) - http://goo.gl/OSq8K",
    "2. Listo Barranquitas para celebración del 4 de julio (07/03/13) - http://goo.gl/VJbmh"]

In your terminal:

$ endifeed --news 5
El Nuevo Dia : Noticias (http://www.elnuevodia.com/)
Última actualización: 10:34:00 PM
1. Trío asalta concesionario de autos en Moca (07/03/13) - http://goo.gl/OSq8K
2. Listo Barranquitas para celebración del 4 de julio (07/03/13) - http://goo.gl/VJbmh
3. Alguaciles federales detienen uno de los más buscados (07/03/13) - http://goo.gl/pq09S
4. Identifican a mujer que se lanzó del puente Julia de Burgos (07/03/13) - http://goo.gl/ljU0W
5. Hallan cadáver de hombre desaparecido en Carolina (07/03/13) - http://goo.gl/9CqcH

Command-Line Options

  • -n, --news [total] - total of news to fetch
  • -h, --help - show help message

Todo

  • Save results to file (html, text)
  • Select Url API to use in request

Author

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request