Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sujon-ahmed/vue-weather-app
Vue Weather App
https://github.com/sujon-ahmed/vue-weather-app
openweathermap-api vue vue-proje weather-app
Last synced: about 5 hours ago
JSON representation
Vue Weather App
- Host: GitHub
- URL: https://github.com/sujon-ahmed/vue-weather-app
- Owner: Sujon-Ahmed
- Created: 2023-07-29T09:38:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-31T07:19:30.000Z (over 1 year ago)
- Last Synced: 2023-07-31T08:32:22.131Z (over 1 year ago)
- Topics: openweathermap-api, vue, vue-proje, weather-app
- Language: Vue
- Homepage: https://sujon-vue-weather-app.netlify.app/
- Size: 683 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-weather-app
Weather Forecasting using Vue.js, OpenWeatherMap
![WeatherApp](./src/assets/project-demo.png)
## Demo URL
[https://sujon-vue-weather-app.netlify.app/](https://sujon-vue-weather-app.netlify.app/)## Features
- Simple and responsive design
- [Vue.js v3](https://vuejs.org) Options API
- Any location Weather Forecasting## Installation
1. ##### Make sure you have Node JS installed. If you don't have it:
- [Download it from nodejs.org](https://nodejs.org)
## Project setup
#### Clone Project
```
git clone https://github.com/Sujon-Ahmed/vue-weather-app
```#### Run Command
```
npm install
```#### Compiles and hot-reloads for development
```
npm run serve
```