View Source IssApi

Elixir CI Coverage Status Hex.pm


IssApi is a wrapper written in Elixir for Open Notify.

Library documentation can be found on Hex Docs

Installation

To use the library add the IssApi to your list of dependencies in mix.exs:

def deps do
  [
    {:iss_api, "~> 0.1.2"}
  ]
end

Usage

To invoke the library function you can use this code snippet:

iex> IssApi.location()
{:ok, %IssApi.Location{timestamp: 1699027915, position: {35.9648, -143.0953}}}