Developer Corner
Target group: Developers
The developer part of this documentation
Add custom providers
Feel free to add custom API providers for weather reports or weather alerts.
You can add them using your own extension. Write your own Symfony console command,
following the pattern of weather2's own commands (see
Console commands overview), and use
the models JWeiland for weather reports and
JWeiland for weather alerts. Add new records
using the Extbase Persistence or the TYPO3 Data. Register
your command as a console. service so it can be scheduled through TYPO3's
Execute console commands Scheduler task, the same way as weather2's own
commands.