❯❯ Weather App v2.0 Beta ⛅ Get the weather for a location of your choice in real-time! Press space to switch temperature units ❗You must have Scratcher status for the project to work! New Scratchers can't change cloud variables sadly :( ❓ Loading for more than two minutes? The server might be down. Report in the comments! ❌ Enter your own city at your own risk. All data that you enter is stored on the Scratch servers and is accessible to anyone with the necessary skills. How it Works - The project requires a Python Server to work. - When the project starts it asks you for a location, the location is then encrypted and sent to the server as a cloud variable. - Then once the server notices that the cloud variable has changed it will decrypt the variable. - The server then gets the weather for your location from a weather API and encrypts it again before changing the cloud variables again with the updated information. - The project then decrypts that information and shows it to you. Current Information Displayed - Location - Weather Description - Temperature - Feels Like Temperature - Maximum and Minimum Temperature across the area at that moment - Humidity - Cloud Coverage Credits - Text Engine by @-Rex- - Weather API: https://openweathermap.org/ - scratchconnect (https://github.com/Sid72020123/scratchconnect) by @Sid72020123 - Everything else by me - Inspiration from @BGMead and others Source Code: https://github.com/ajsya/ScratchWeatherApp #WeatherApp #Weather #Scratch #Cloud #Python