https://github.com/lawitschka/airport_weather
CLI tool to display airport weather data from NOAA
https://github.com/lawitschka/airport_weather
elixir exercise programming-elixir weather-data
Last synced: about 1 year ago
JSON representation
CLI tool to display airport weather data from NOAA
- Host: GitHub
- URL: https://github.com/lawitschka/airport_weather
- Owner: lawitschka
- Created: 2017-04-18T02:31:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T02:38:02.000Z (about 9 years ago)
- Last Synced: 2025-01-17T21:30:08.199Z (over 1 year ago)
- Topics: elixir, exercise, programming-elixir, weather-data
- Language: Elixir
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Airport Weather
CLI tool for fetching and displaying current weather information provided by the
National Oceanic and Atmospheric Administration.
This tool is an exercise from the "Programming Elixir" book.
## Installation
The binary is not included in source code. To try out the CLI tool, install all
dependencies and build the binary yourself:
```
$> mix deps.get
$> mix escript.build
```
## Usage
`$> ./airport-weather `
e.g. for John F. Kennedy Airport in New York
`$> ./airport-weather KJFK`