/kampweather

Kampweather is a weather app. It is developed in Vue and the resources obtained come from OpenWeather.

Primary LanguageVue

Kampweather

Kampweather is a weather app. It is developed in Vue and the resources obtained come from OpenWeather. Also use the Geolocation to obtain the current climate of my location. If you want to know how it works, click here: Kampweather or on the image.

Cloning the project.

To get the source code of the app on your computer, run the following command: git clone https://github.com/IvanZM123/kampweather.git it is worth mentioning that you need to have Git

Prerequisites

  1. You need to have Node.js installed, visit this page to install it on your computer: https://nodejs.org/es/
  2. You need to have Vue.js installed, visit this page to install it on your computer: https://vuejs.org
  3. To use the OpenWeather services you need to create an account and then an API_KEY to consume the resources, visit this page for more information: https://openweathermap.org
  4. Enter the .env.example files and copy all the environment variables, then create a .env file and paste the previously copied variables, now add the OpenWeather API_KEY

Development server

At this section, run the following commands:

  1. npm i This command will download all the necessary packages to run the app, and will create a node_modules folder for it, this is a sign that it has been downloaded successfully.
  2. npm run serve This command would create a development server.
  3. npm run build This command should be executed when you have finished your app, and it will create a dist folder for you.