WeTeR banner

WeTeR

7 devlogs
3h 14m 26s

WeatherApp is a small interactive CLI that fetches forecasts, air quality, wave data, and current weather from the Open-Meteo APIs. It attempts to detect your location automatically from your public IP and then lets you explore different data sets…

WeatherApp is a small interactive CLI that fetches forecasts, air quality, wave data, and current weather from the Open-Meteo APIs. It attempts to detect your location automatically from your public IP and then lets you explore different data sets with a handful of commands.

More information, like the installation, commands etc. can be found in the github readme file.

This project uses AI

Used github copilot for code completion

Demo Repository

Loading README...

Oliver Sim

Created an install script, added a help command and polished things up

Attachment
0
Oliver Sim

Added a wave height and frequency forecast.

Attachment
0
Oliver Sim

Added a manual location command and added error handling to other commands

Attachment
0
Oliver Sim

Added a air quality forecast

Attachment
0
Oliver Sim

Added a basic CLI implementation of available commands(exit, forecast and current weather)

Attachment
0
Oliver Sim

Added a forecast temperature graph.

Attachment
0
Oliver Sim

Prepared a base, where you get a forecast of your location in a pd.DataFrame format

Attachment
0