SophieDeBenedetto / weather-for-noah-elixir-cli

simple command line elixir app for getting outfit recommendations based on daily weather forcasts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherForNoah

TODO: Add description

Installation

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

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

    def deps do [{:weather_for_noah, "~> 0.0.1"}] end

  2. Ensure weather_for_noah is started before your application:

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

About

simple command line elixir app for getting outfit recommendations based on daily weather forcasts.


Languages

Language:Elixir 100.0%