You can see the deployed webapplication at https://it-2-norway-weather.vercel.app/
Or you can clone this repository and run the flask app locally, eg. in cmd:
$ git clone https://github.com/Myrstad/IT2-norway-weather.git my-dir
$ cd ./my-dir
$ pip install -r requirements.txt
$ python -m flask --app api.main --debug run
The API's used for this project are:
Geodata for getting lon and lat for place name
Weather data for getting weather info from lon lat