An open API service indexing awesome lists of open source software.

https://github.com/shadowjack/weather_elixir

Simple elixir project for practice
https://github.com/shadowjack/weather_elixir

Last synced: about 1 year ago
JSON representation

Simple elixir project for practice

Awesome Lists containing this project

README

          

# Weather

**TODO:**
1. ~~Receive command line args, and choose what to do~~
2. ~~Fetch data about current weather~~
3. ~~Parse xml~~
4. Display in a 'nice' format

## About
This app takes data from http://w1.weather.gov/xml/current_obs/
and pretty prints it.

Usage: `weather code`
([code](http://w1.weather.gov/xml/current_obs/) uniquely defines location in US)