Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```