Skip to content

sammyhawkrad/lameteo

Repository files navigation

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.

About

A simple weather app built with Vue.js to display the latest weather information of the user's current location. It uses the OpenWeatherMap API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published