Forecast

CLI local weather forecast, using the National Weather Service API.

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

Installation

  1. Copy the link from the Releases page 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