Ma météo 🌥🌼

Ma météo 🌥🌼 is a little application using API calls to diplay weather in a location. To use it, you just have to enter in the search bar, the name of the city and you will get the current weather in that city.

The API used is Weather API from https://openweathermap.org/api You need to sign up to get your own API key and access the data Read the Weather API documentation to know more

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.