https://github.com/el634dev/vue-weatherapp
Weather App
https://github.com/el634dev/vue-weatherapp
api responsive-design vue
Last synced: 9 months ago
JSON representation
Weather App
- Host: GitHub
- URL: https://github.com/el634dev/vue-weatherapp
- Owner: el634dev
- License: mit
- Created: 2021-11-04T06:03:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T04:57:03.000Z (over 1 year ago)
- Last Synced: 2025-03-25T11:28:46.054Z (over 1 year ago)
- Topics: api, responsive-design, vue
- Language: Vue
- Homepage: vue-weatherapp.vercel.app
- Size: 806 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Weather App
Project was created for practice with API's and Vue.
# Dev Dependencies / Add-On
Vue2, JavaScript, OpenWeather API, VSCode, GoogleDevTools, Prettier+
# OpenWeather API
For this project you will need to use a OpenWeather API key. To do this create an account and click on subscribe for current weather data. After navigate to the API key tab and copy your key.
# Getting Started
i. Open your terminal or command prompt and enter `vue create weather-app` after hit enter for the following questions
(If you do not have Vue installed just run `npm install -g @vue/cli`)
ii. After Vue creates your app, create one file in the `src` folder called main.js
iii. Navigate to App.vue and delete the code inside the template brackets and start coding
# License Translation
You can use the code just say where it came from