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 JWeilandWeather2DomainModelCurrentWeather for weather reports and JWeilandWeather2DomainModelWeatherAlert for weather alerts. Add new records using the Extbase PersistenceManager or the TYPO3 DataHandler. Register your command as a console.command service so it can be scheduled through TYPO3's Execute console commands Scheduler task, the same way as weather2's own commands.