Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 5 hours 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T16:04:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T20:10:35.146Z (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)