https://github.com/neonfirestudio/openweathermap_in_godot_4
This is a project that shows you how to use the OpenWeatherMap API in Godot 4.
https://github.com/neonfirestudio/openweathermap_in_godot_4
Last synced: 2 months ago
JSON representation
This is a project that shows you how to use the OpenWeatherMap API in Godot 4.
- Host: GitHub
- URL: https://github.com/neonfirestudio/openweathermap_in_godot_4
- Owner: NeonfireStudio
- License: mit
- Created: 2024-02-07T17:40:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T08:06:36.000Z (over 1 year ago)
- Last Synced: 2025-04-09T22:53:56.285Z (2 months ago)
- Language: GDScript
- Homepage:
- Size: 10.1 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Add real-time weather features to your Godot 4 projects with the OpenWeatherMap API. It`s easy to use – just follow the structured URL for API calls and get current weather info like temperature, humidity, and wind speed for free.
This is a project that shows you how to use the OpenWeatherMap API in Godot 4.If you want to create a weather app with a better UI design, you can watch this video: https://youtu.be/RvxLPOXMDXs
You can access the following data from this API response:
Coordinates:
- Longitude
- LatitudeWeather:
- Weather condition ID
- Weather condition group
- Weather condition description
- Weather icon IDBase:
- Internal parameter
- Main Conditions:
- Temperature
- Feels like temperature
- Atmospheric pressure at sea level
- Humidity percentage
- Minimum temperature
- Maximum temperature
- Atmospheric pressure at sea level
- Atmospheric pressure at ground levelVisibility:
- Visibility in metersWind:
- Wind speed
- Wind direction in degrees
- Wind gustClouds:
- Cloudiness percentageRain:
- Rain volume for the last 1 hour where available
- Rain volume for the last 3 hours where availableSnow:
- Snow volume for the last 1 hour where available
- Snow volume for the last 3 hours where availableTime:
- Time of data calculation in Unix, UTCSystem Information:
- Internal parameter type
- Internal parameter ID
- Internal parameter message
- Country code
- Sunrise time in Unix, UTC
- Sunset time in Unix, UTCTimezone:
- Shift in seconds from UTCCity Information:
- City ID
- City nameInternal Parameters
- Internal parameter codefor more information, visit this page: https://openweathermap.org/current
Asset Library:
Please subscribe my channel: https://www.youtube.com/channel/UC8l-lYjEmIYoxvvIPmE4HPw
KingGD stands for King Game Developer.