Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

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

Notifications You must be signed in to change notification settings

DestCom-Technical-Test/weatherplay

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks