WeatherVisualizer
1.0.0
A weather visualizer with some game elements. Probably going to make it for Android.
To make it work for yourself after cloning this repo, change the api key. I use OpenWeatherMap for the weather data, get your key here and use that. Put that in a file called Config.json and put that in the folder Assets/StreamingAssets, here below is how it should look like.
Example config.json
{
"openWeatherMapApiKey": "Your_API_key"
}If there is a line going through the feature, it's planned and not finished yet.