Web application that shows the current weather, temperature, pressure and more according to your location.
The application uses an OpenWeather API
Live link: Weather
Install packages:
npm install
Run the project:
npm run serve
Build docker image:
docker docker build -t weather:latest .
Run docker image
docker run -d -it -p 8080:8080 --name weather weather:latest
Free usage assumes no more than 1000 free API calls per day. For more information, see the API documentation.