Project

usno

0.0
No commit activity in last 3 years
No release in over 3 years
The base USNO gem provides a namespace for other USNO::* gems.
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

Runtime

 Project Readme

USNO

The base USNO gem provides a namespace for other USNO::* gems.

Installation

Add this line to your application's Gemfile:

gem 'usno'

And then execute:

$ bundle

Or install it yourself as:

$ gem install usno

Usage

Require the library/libaries you wish to use:

require usno/imagery # For synthetic images of Earth and selected solar system bodies.
require usno/transit # For rise/set/transit times for major solar system bodies and selected bright stars
require usno/eclipse # For fetching solar/lunar eclipse information

Contributing

  1. Create another usno-* gem (must use or consume one of USNO's data services)
  2. Create your feature branch, e.g. (git checkout -b adds-usno-gemname)
  3. Commit your changes (git commit -am 'Adds a new usno-* library')
  4. Push to the branch (git push origin adds-usno-gemname)
  5. Create new Pull Request