Skip to content

safym/weather-app-vue

Repository files navigation

📂 Weather web application

Web application that shows the current weather, temperature, pressure and more according to your location.

The application uses an OpenWeather API

🔗 Github Pages

Live link: Weather

🖥️ Screenshots

🛠 Commands

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

🔒 API limit

Free usage assumes no more than 1000 free API calls per day. For more information, see the API documentation.

About

Weather web application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published