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
- Host: GitHub
- URL: https://github.com/shadowjack/weather_elixir
- Owner: ShadowJack
- Created: 2015-11-27T17:21:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T20:49:24.000Z (over 10 years ago)
- Last Synced: 2025-01-22T19:36:44.925Z (over 1 year ago)
- Language: Elixir
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)