Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
A weather visualizer with some game elements
- Host: GitHub
- URL: https://github.com/bas-boop/weathervisualizer
- Owner: bas-boop
- License: other
- Created: 2024-08-19T15:53:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T14:31:59.000Z (3 months ago)
- Last Synced: 2024-09-23T10:32:06.735Z (about 2 months ago)
- Topics: api, csharp, game, game-development, mobile, mobile-app, mobile-development, unity, wheater-app, wheater-forecast, wheaterapp
- Language: C#
- Homepage:
- Size: 5.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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~~