https://github.com/jonathanwthom/forecast
https://github.com/jonathanwthom/forecast
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathanwthom/forecast
- Owner: JonathanWThom
- Created: 2021-12-22T05:43:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T06:54:34.000Z (over 4 years ago)
- Last Synced: 2024-06-21T04:49:19.898Z (about 2 years ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).

### 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