orangecat / weather
Open Weather API sample
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.3||~7.2.0||~7.3.0
- orangecat/geoip: ^1.0.0
This package is auto-updated.
Last update: 2025-03-11 05:41:58 UTC
README
This module has been developed for Magento 2.3.5
The purpose of this module is to show a weather forecast for the next 5 days that shows the wind conditions from the final user location, with also the temperature and forecast, as all basic conditions they will need.
Installation
The extension must be installed via composer
. To proceed, run these commands in your terminal:
composer require orangecat/weather
php bin/magento module:enable Orangecat_Weather
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy