Weather app in godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JeremiasDev

Is it possible to make a weather app where the app get the location of the user and then it say how the weather looks.

Thanks!

:bust_in_silhouette: Reply From: exuin

It’s possible, but you’d need to connect your app to a weather’s service’s API. You’d also need to check the box for location permissions in the export settings and use this method to request that permission when the user runs the app.