Adds a weather forecast widget

This commit is contained in:
Alicia Sykes
2021-12-08 19:58:03 +00:00
parent 3f8b180553
commit c38a094a63
4 changed files with 309 additions and 2 deletions

View File

@@ -206,6 +206,7 @@ module.exports = {
/* API endpoints for widgets that need to fetch external data */
widgetApiEndpoints: {
weather: 'https://api.openweathermap.org/data/2.5/weather',
weatherForecast: 'https://api.openweathermap.org/data/2.5/forecast/daily',
},
/* URLs for web search engines */
searchEngineUrls: {