Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 774 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 774 Bytes

forecast

U.K. weather forecasts, in your terminal ☀️ ⛈️

forecast GIF

Running locally

export MET_OFFICE_API_KEY=<your_key_here>
  • Clone this repository and navigate to it
git clone [email protected]:jasonleelunn/forecast.git
cd forecast
  • Build the executable (requires Go 1.21)
go build
  • Run the application
./forecast

Usage

  • Press Enter to move to the next view
  • Press Esc to move to the previous view
  • Press Ctrl+c to exit