Project

endi_feed

0.01
No commit activity in last 3 years
No release in over 3 years
EndiFeed is a Ruby Gem for getting the latest news from endi.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 0.6.7
>= 0
~> 2.14.1
~> 0.7.1
~> 1.13.0

Runtime

~> 0.0.2
 Project Readme

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