/elixir-weather-parser

CLI tool to fetch and display weather data

Primary LanguageElixir

WeatherParser

This application fetches weather data from the American Weather API and displays it in a nice format.

You can build this application yourself by following this guide I wrote.

Running the application

In order to build the application, you can use:

mix escript.build

And to run it:

./weather_parser

Creating the docs

Run:

mix docs

This will generate the docs at the docs/index.html directory.

Running the tests

Run:

mix test