Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 801 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 801 Bytes

Kivy-Weather-App

A weather app built with Kivy and OpenWeather API

Built as a personal project

Latest feature

  • Settings page to toggle between units

  • The app takes a few seconds (2-3s) to make the API calls to fetch weather data when the "Enter" button is pressed. This surely gives an impression that the app has frozen. To improve on this, a "Loading Screen" is recently implemented

  • To make the app more fully-featured, a "Favorite Places" feature is also now live! Users are able to:

    • Add the current city that they are viewing to their favorites
    • Manage their favorites from the main screen
    • Access their favorite city weather with a click

Upcoming features

  • In the future, I plan to implement a system that'll show the weather data of tomorrow and the whole week.