add qweather

This commit is contained in:
Henry Hiles 2023-05-18 15:17:34 -04:00
commit 38d48e6e72
3 changed files with 30 additions and 0 deletions

View file

@ -75,5 +75,16 @@
"mainImage": "movieComputer.png",
"thumbImage": "movieThumb.svg",
"demoLink": "https://movies.henryhiles.com"
},
{
"name": "QWeather",
"route": "qweather",
"github": "https://github.com/Henry-Hiles/QWeather",
"overview": "A weather app for android, FOSS and M3.",
"description": "A weather app for android, FOSS and M3. Uses the open-meteo api. Nearing release.",
"technologies": "This project was written in Kotlin, using Jetpack Compose, and Koin for dependency injection.",
"mainImage": "QWeatherMain.png",
"thumbImage": "QWeatherThumb.svg",
"demoLink": "https://nightly.link/Henry-Hiles/QWeather/workflows/build/main/QWeather.zip"
}
]