module SimpleOpenWeatherMap
Constants
- BASE_URL
OpenWeatherMap API URL
- FORECAST_DAYS
Default number of days to get forecast. 7 days
- ICON_URL_TEMPLATE
Weather
icon url template. You must bind icon name into this strings.- PATH_CURRENT
Url path for current
- PATH_FORECAST
Url path for forecast daily
- UNIT_KELVIN
Parameter value for unit (kelvin)
- UNIT_METRIC
Parameter value for unit (metric)
- VERSION