We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3238d7a commit f19279eCopy full SHA for f19279e
config.js
@@ -0,0 +1,5 @@
1
+module.exports = {
2
+ YR_TEXT_FORECAST_URL: process.env.YR_AREA_URL || 'https://api.met.no/weatherapi/textforecast/2.0',
3
+ YR_FORECAST_URL: process.env.YR_FORECAST_URL || 'https://api.met.no/weatherapi/locationforecast/2.0/.json',
4
+ YR_NOWCAST_URL: process.env.YR_NOW_URL || 'https://api.met.no/weatherapi/nowcast/0.9/.json'
5
+}
0 commit comments