Develop a module for Expression Engine (php)
The Expression Engine system needs to develop a weather module.
Integration with the Yandex Weather API.
Be sure to cache mySL requests, as there is a limit to the maximum number of API requests per day.
Possible result.
{exp:weather_yandex city="moscow" cache="4"}
{current_temperature}
{wind_speed}
Etc.
{/exp:weather_yandex}
10.12.2020 20:03