https://github.com/g3th/uk_weather
Find your local weather in a linux terminal by entering an active UK postcode
https://github.com/g3th/uk_weather
Last synced: 2 months ago
JSON representation
Find your local weather in a linux terminal by entering an active UK postcode
- Host: GitHub
- URL: https://github.com/g3th/uk_weather
- Owner: g3th
- Created: 2022-08-27T00:53:08.000Z (almost 4 years ago)
- Default Branch: UK_weather
- Last Pushed: 2023-01-16T03:02:27.000Z (over 3 years ago)
- Last Synced: 2025-01-15T10:27:13.596Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# UK Weather
## Weather Forecast For Linux Terminals
### Get your local weather when you first log on, without opening a browser.

Enter your post-code in the format requested, and get your local weather in your favourite linux/gnome terminal courtesy of the BBC api endpoint.
Will display the variables considered most relevant, like temperature, wind and rain probability.
If an invalid postcode is entered the program will return an error. Moreover, if an inactive postcode is entered, the search will time-out and the program will inform the user.
Requires BeautifulSoup.