Weather
The Weather Service provides access to real-time weather data using OpenWeatherMap. For more information, check out https://openweathermap.org/.
Terms of Service: https://openweathermap.org/terms
RPCS
- Weather.description(latitude: Latitude, longitude: Longitude)
Get a short description of the current weather for a given location.
Arguments:
- Weather.humidity(latitude: Latitude, longitude: Longitude)
Get the current humidity for a given location.
Arguments:
- Weather.icon(latitude: Latitude, longitude: Longitude)
Get a small icon of the current weather for a given location.
Arguments:
- Weather.temperature(latitude: Latitude, longitude: Longitude)
Get the current temperature for a given location.
Arguments:
- Weather.windAngle(latitude: Latitude, longitude: Longitude)
Get the current wind direction for a given location.
Arguments: