Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/windate3411/vue-weather

30 Days challenge-13 A simple weather app.
https://github.com/windate3411/vue-weather

Last synced: about 1 month ago
JSON representation

30 Days challenge-13 A simple weather app.

Awesome Lists containing this project

README

        

# vue-weather

## Description
30 Days challenge-13 A simple weather app.
vue-weather is a simple weather app which built with the followings and delpoy on [netlify](https://www.netlify.com/).

+ [vue.js](https://vuejs.org/)
+ [vue-cli](https://cli.vuejs.org/)
+ [openWeather API](https://openweathermap.org/)

You can simply check out different cities' weather anywhere in the world.
The default loction is where I currently am,Taichung.
If the place you search for is hotter than 16 °C ,the background will change.

## Project preview

![image](https://github.com/windate3411/vue-weather/blob/master/demo.gif)

## Project Demo

Try [this link](https://competent-hopper-517978.netlify.com/) for a live demo.

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

## Author
Danny Wang