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

https://github.com/jonathanwthom/forecast


https://github.com/jonathanwthom/forecast

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Forecast

CLI local weather forecast, using the [National Weather Service API](https://www.weather.gov/documentation/services-web-api).

Screen Shot 2021-12-21 at 10 53 54 PM

### Installation

1. Copy the link from the [Releases page](https://github.com/JonathanWThom/forecast/releases) for your architecture.
2. Install the binary somewhere in your PATH. For example:
```
wget https://github.com/JonathanWThom/forecast/releases/download/v0.2/forecast-v0.2-darwin-amd64.tar.gz -O - | tar -xz -C /usr/local/bin/
```

### License

MIT