https://github.com/gawdeparag/vue-weather-app
Gives real-time weather forecast of any valid city on Earth that you enter. Created with Vue.js and Bootstrap, it is an App made for #NotFancyAppChallenge by @samanthaming
https://github.com/gawdeparag/vue-weather-app
100daysofcode bootstrap bootstrap4 notfancyappchallenge openweathermap-api vuejs vuejs2 weather-app weather-forecast
Last synced: 19 days ago
JSON representation
Gives real-time weather forecast of any valid city on Earth that you enter. Created with Vue.js and Bootstrap, it is an App made for #NotFancyAppChallenge by @samanthaming
- Host: GitHub
- URL: https://github.com/gawdeparag/vue-weather-app
- Owner: gawdeparag
- License: mit
- Created: 2018-10-01T16:29:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T05:09:40.000Z (almost 2 years ago)
- Last Synced: 2024-08-14T13:04:35.599Z (10 months ago)
- Topics: 100daysofcode, bootstrap, bootstrap4, notfancyappchallenge, openweathermap-api, vuejs, vuejs2, weather-app, weather-forecast
- Language: Vue
- Homepage:
- Size: 645 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-notfancyappchallenge - Vue Weather Forecast - Gives real-time weather forecast of any valid city on Earth that you enter. By [@paraggawde](https://github.com/paraggawde) (Uncategorized / Uncategorized)
README
# Vue Weather Forecast App
## Gives real-time weather forecast of any valid city on Earth that you enter
## Created with Vue.js and Bootstrap### Updated UI on October 17, 2019

### Previous UI

## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```