LSleutsky / hubble-news-cli-gem

A CLI gem which will list the latest discoveries made by the Hubble Space Telescope, and allow a user to read some information about them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HubbleNews

This small CLI gem will access the news archives from Hubble Space Telescope's website located at http://hubblesite.org/newscenter/archive/, and list each article available, allowing a user to select from said articles, and get a little more information displayed to them.

Installation

Add this line to your application's Gemfile:

gem 'hubble_news'

And then execute:

$ bundle

Or install it yourself as:

$ gem install hubble_news

Usage

TODO: Write usage instructions here

Development

After checking out the repo, run bin/setup to install dependencies. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hubble_news.

About

A CLI gem which will list the latest discoveries made by the Hubble Space Telescope, and allow a user to read some information about them


Languages

Language:Ruby 98.0%Language:Shell 2.0%