U.K. weather forecasts, in your terminal ☀️ ⛈️
- Register for a Met Office DataPoint API key here
- Add the API key to your env
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
- Press Enter to move to the next view
- Press Esc to move to the previous view
- Press Ctrl+c to exit