Skip to content

A wrapper for the Mars Atmospheric Weather System API, written in Elixir

License

Notifications You must be signed in to change notification settings

lucidstack/ex-maas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ex-maas - A wrapper for the Mars Atmospheric Weather System API

This package (and module) is a thin wrapper around the MAAS (Mars Atmospheric Aggregation System) API.

The API consists of two endpoints, latest/0, and archive/1, which (quite obviously) return the latest weather report, and a paginated list of old weather reports.

For more information, visit the MAAS website.

Installation

The usual stuff! Add maas to the deps in your mix.exs:

def deps do
  [{:maas, "~> 1.0.0"}]
end

and to your applications:

def application do
  [applications: [:maas]]
end

and you should be good to go! 🚀

Usage

Head to the hexdocs, captain! 🖖🏼

About

A wrapper for the Mars Atmospheric Weather System API, written in Elixir

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages