ashokatree / accuweather
Current and Forecast weather data by AccuWeather.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^10.0.0
- typo3/cms-scheduler: ^10.0.0
Replaces
- ashokatree/accuweather: 10.0.x-dev
- typo3-ter/accuweather: 10.0.x-dev
This package is auto-updated.
Last update: 2024-10-26 18:33:32 UTC
README
1 Features
- Display Current & Forecast weather data from AccuWeather.
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require ashokatree/accuweather
OR
composer require ashokatree/accuweather 10.0.x-dev
OR
composer require ashokatree/accuweather dev-master
Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module.
2.2 Minimal setup
- Include the static TypoScript of the extension.
- Create AccuWeather JSON file inside fileadmin by Creating & Executing a Scheduler task.
- Create & configuring a plugin on a page.
3 Help supporting further development
Why? The Accuweather extension is a tool to display Weather from AccuWeather. Support https://ashokatree.net by considering some projects.
How? There are multiple ways to support the further development. By outsourcing some additional tasks to https://ashokatree.net
4 Administration corner
4.1 Versions and support
4.2 Changelog
Please look into the [official extension documentation in changelog chapter].
4.3 Release Management
Accuweather releases its first version!
4.4 Contribution
Pull Requests are gladly welcome! Nevertheless please don't forget to add an issue and connect it to your pull requests. This is very helpful to understand what kind of issue the PR is going to solve.
Bugfixes: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue. We're going to accept only bugfixes if we can reproduce the issue.