i made a weather app in VUE.js! this application provides real-time weather updates based on the user's location. Utilizing the power of Vue.js and the OpenWeatherMap API, it delivers accurate weather forecasts with a sleek and intuitive interface.
- Real-time Weather: Get up-to-date weather information for any location.
- User-friendly Interface: Intuitive design for seamless user experience.
- Clone the repository:
git clone https://github.com/comethrusws/weather-app.git
- Install dependencies:
cd weather-app && npm install
- Get your API key from OpenWeatherMap and replace
YOUR_API_KEY
insrc/api/weatherService.js
with your API key.
- Run the application:
npm run serve
- Access the app in your browser at
http://localhost:8080
.
- Vue.js
- OpenWeatherMap API
- HTML/CSS
teehee! :)