Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bas-boop/weathervisualizer

A weather visualizer with some game elements
https://github.com/bas-boop/weathervisualizer

api csharp game game-development mobile mobile-app mobile-development unity wheater-app wheater-forecast wheaterapp

Last synced: about 3 hours ago
JSON representation

A weather visualizer with some game elements

Awesome Lists containing this project

README

        

# WeatherVisualizer
A weather visualizer with some game elements. Probably going to make it for Android.

## API KEY
To make it work for yourself after cloning this repo, change the `api key`. I use [OpenWeatherMap](https://openweathermap.org/) 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](Assets/StreamingAssets/ExampleConfig.json)
````json
{
"openWeatherMapApiKey": "Your_API_key"
}
````

## Features
> If there is a line going through the feature, it's planned and not finished yet.

* Looking for the current weather: temperature, rain, clouds ect
* Sun rise and set visuals
* ~~Have multiple cities saved for weather~~
* ~~Look at local weather~~
* ~~Discover weather types and collect them~~
* ~~Unlock new land plots and plants~~
* ~~Customize saved cities with land plots and plants~~