Skip to content
An elixir wrapper for Open Notify's International Space Station API. http://open-notify.org/
Elixir
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
config
lib added more @atoms Dec 7, 2015
test
.gitignore
README.md
license.txt
mix.exs
mix.lock

README.md

ExIss

TODO:

  • add documentation
  • Fix geocoding so that coords over an ocean at least display the name of an ocean

Installation

If available in Hex, the package can be installed as:

  1. Add ex_iss to your list of dependencies in mix.exs:

    def deps do
      [{:ex_iss, "~> 0.0.1"}]
    end
    
  2. Ensure ex_iss is started before your application:

    def application do
      [applications: [:ex_iss]]
    end
    
Something went wrong with that request. Please try again.