Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 928 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 928 Bytes

La Météo

Netlify Status

La Météo simple weather app built with Vue.js to display the latest weather information of the user's current location. It uses the OpenWeatherMap API.

Concepts applied

  • Single File Components
  • Fetching data from API (OpenWeatherMap API) with Axios
  • Passing data between child and parent components
  • Vue Router
  • Using .env file to secure API key
  • PWA specifications
  • Deployment

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.