Weather applications developed with various technologies and environments (GNU/Linux, MacOS and Windows). Scraps data from 2 providers, tenki.jp
and weathernews.jp
.
First attempt to extract weather data from a webpage (tenki.jp). Displays current weather conditions, updated every 3 hours.
Display a notification every 30min.
Works on GNOME 40+ versions
Should probably create a new branch for this repository
$ git branch gnome-ext
$ git checkout -b gnome-ext
Then pull-request to merge with main
Display @the Notification Center and pop up every 30 minutes.
Manual update is required unless set on cron, some CJK chars are converted to Unicode.
It takes a few seconds to load, cuz it has to download new data, process it and then convert it.
Plugin to display current conditions and radar image, all courtesy from tenki.jp.
Windows PopUp message application using Powershell to display.
Auto-updates using task-scheduler.
Failed attempt to predict future data using sklearn's forecaster model and past observation data.
Enviroment:
- MacBookPro/MacOS 15.5
- Panasonic Let'sNote/Linux Fedora 36
Languages: Shell, JavaScript, Ruby
Editors: VIM and Emacs