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.
In order to build the application, you can use:
mix escript.build
And to run it:
./weather_parser
Run:
mix docs
This will generate the docs at the docs/index.html
directory.
Run:
mix test