Sha256: d14fe2eb708f041ee77964ec1ba18c57becab1fbf538e82a8b608a0aa77cb0ce
Contents?: true
Size: 888 Bytes
Versions: 2
Compression:
Stored size: 888 Bytes
Contents
# TinyNews A simple gem built to see the titles of various news feeds very easily. Mostly a quick and dirty version now. Probably will be refining it. ## Installation Add this line to your application's Gemfile: gem 'tinynews' And then execute: $ bundle Or install it yourself as: $ gem install tinynews ## Usage ### CLI (nothing else for now) Standard use: $ tinynews --NEWS_SOURCE # example: tinynews --bbc Further info: (Nothing pretty much ;)) $ tinynews --help for help. ## Todo: 1. Providing a configuration file in the home directory to configure news sources. ## Contributing 1. Fork it ( http://github.com/JikkuJose/tinynews/fork ) 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tinynews-1.0.1 | README.md |
tinynews-1.0.0 | README.md |