Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T05:09:40.000Z (over 1 year ago)
- Last Synced: 2024-08-14T13:04:35.599Z (4 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
![Screenshot from 2019-10-17 21-11-24](https://user-images.githubusercontent.com/32009983/67025628-f8b0da80-f123-11e9-9da0-678888046271.png)
### Previous UI
![screenshot from 2018-10-01 21-56-03](https://user-images.githubusercontent.com/32009983/46302232-2b923a00-c5c6-11e8-83f5-4e2cc8eebe53.png)
![screenshot from 2018-10-01 21-57-31](https://user-images.githubusercontent.com/32009983/46302233-2b923a00-c5c6-11e8-913f-ae63707ead4b.png)## 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
```