Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dismae/ex_iss
An elixir wrapper for Open Notify's International Space Station API. http://open-notify.org/
https://github.com/dismae/ex_iss
Last synced: about 1 month ago
JSON representation
An elixir wrapper for Open Notify's International Space Station API. http://open-notify.org/
- Host: GitHub
- URL: https://github.com/dismae/ex_iss
- Owner: dismae
- License: wtfpl
- Created: 2015-12-05T16:04:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-06T02:14:37.000Z (almost 9 years ago)
- Last Synced: 2024-10-19T14:55:01.078Z (about 2 months ago)
- Language: Elixir
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - This package is for interfacing with the Open Notify API to information such as the ISS's current location, crew, and when it will pass over a location. (Examples and funny stuff)
README
# 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](https://hex.pm/docs/publish), 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"}]
end2. Ensure ex_iss is started before your application:
def application do
[applications: [:ex_iss]]
end