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

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

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`