https://github.com/iberasoft/simple-vue-weather-app
:partly_sunny: Vue App for learning purposes
https://github.com/iberasoft/simple-vue-weather-app
api vuejs
Last synced: 5 months ago
JSON representation
:partly_sunny: Vue App for learning purposes
- Host: GitHub
- URL: https://github.com/iberasoft/simple-vue-weather-app
- Owner: IberaSoft
- License: mit
- Created: 2019-07-12T14:02:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T16:04:49.000Z (over 2 years ago)
- Last Synced: 2024-12-27T11:16:24.753Z (7 months ago)
- Topics: api, vuejs
- Language: Vue
- Homepage:
- Size: 2.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather App
A local weather app built with Vue.js that fetches weather forecast from Openweathermap.org.## Pre requisites
- Vue CLI 4.x (yarn global add @vue/cli / yarn global remove @vue/cli)
- Node.js version 8.9 or above (v10+ recommended)## Quick Start
- yarn install
- yarn serve (for production yarn build)