DestCom-Technical-Test / weatherplay

A web application made with Vue, used to display the weather of a requested city.

Home Page:https://weatherplay.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weatherPlay

weatherPlay is a web application made with Vue, used to display the weather of a requested city. In the app the default language is french.

This project was developed with Vue3 including Vue-cli, vue3-chart-v2, vue I18n, Vuex, axios, weatherapi and normalize.css .

DEMO.

Launch it yourself.

What does this project use:

Run it via localhost

You can start this project in a few steps :

  1. Clone this directory,
  2. run the command npm install ,
  3. Then rename the file '.env.dist' into '.env',
  4. You will need a https://www.weatherapi.com/ account to get a API key,
  5. Once you have your accounts, replace the variables in the '.env' with your own.
  6. You can now launch it :
    • in development mode: with the command npm run serve
    • or create a build : with the command npm run build

Précisions

  • The development mode launches a server locally on your machine at http://localhost:8080, the page will refresh on updates.
  • The build, will create a folder 'build' containing the site ready for use on any server, the file size is minimized.

Demo

A demo is available on : https://weatherplay.netlify.app/ .

About

A web application made with Vue, used to display the weather of a requested city.

https://weatherplay.netlify.app/


Languages

Language:Vue 87.5%Language:JavaScript 11.0%Language:HTML 1.5%