0.0
No commit activity in last 3 years
No release in over 3 years
Gives the current location of ISS(International Space Station)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
>= 0
~> 10.0
~> 3.0
 Project Readme

Wanna know Where is ISS?

Ruby gem to track ISS(International Space Station)

Build Status Coverage Status Gem Version codecov Gem

PRs Welcome Say Thanks!

Installation

Add this line to your application's Gemfile:

gem 'where_is_ISS'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install where_is_ISS

How to use:

To track ISS

 require 'where_is_ISS'
 Iss.track   

Europe/Brussels

To get the coordinates

 require 'where_is_ISS'
 Iss.coordinates

[39.905690278098, 130.19768130925]

[latitude, longitude]

To get complete data

 require 'where_is_ISS'
 Iss.info

["iss", 25544, 33.713440406913, 139.04106708983, 408.17433114318, 27613.034267873, "eclipsed", 1538486806, -3.6899752437549, 335.64562066714, "kilometers"]

[name, id, latitude, longitude, altitude, velocity, visibility, timestamp, solar latitude, solar longitude, units]

list people on ISS

 require 'where_is_ISS'
 Iss.members

["Oleg Artemyev", "Andrew Feustel", "Richard Arnold", "Sergey Prokopyev", "Alexander Gerst", "Serena Aunon-Chancellor"]

PRs Welcome

License

The gem is available as open source under the terms of the MIT License.