Simple utility for fetching weather data in JSON format using FMI open data
- Get api token for FMI
- Save api token in config.json
{ "apiKey": "abcde" }
or environment variableFMI_APIKEY
npm start
Weather forecast fetched to a specific location.
- place, location for the forecast
Real time weather observations from weather stations for the last 12 hours.
- place, location for the observations