Skip to content

rhian-cs/elixir-weather-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CLI tool to fetch and display weather data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages