Terminal Based RSS feed reader.
Terminal Based RSS feed reader in Ruby.
Reads the user given RSS link and displays the RSS text in the terminal.
This project uses Ruby.
Takes the user input of a RSS link and displays the title, description, and link of the original content.
V1.0.0
Aaron– @Twitter – aaron.ashcraft7@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
My Github here ~> https://github.com/Aaron560
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Be sure to read the PR and Contributing guides and check boxes.