Endi is a Ruby Gem and command-line application for getting the latest news from endi.com / El Nuevo Dia Newspaper
$ gem install endi_feed
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
- -n, --news [total] - total of news to fetch
- -h, --help - show help message
- Save results to file (html, text)
- Select Url API to use in request
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request