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.
- 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
npm install
npm run serve
npm run build
npm run lint