Fourche du projet : https://github.com/madzadev/weather-app Il s'agit d'un exercice proposé par Simplon.
- Migration d'API : Passage de l'API OpenWeatherMap à l'API Open-Meteo.
- Configuration Localisée : Suppression du moteur de recherche au profit d'un fichier de configuration (JSON).
- Rafraîchissement des données : Les données météo sont mise à jour toutes les heures.
-
git clone https://github.com/jdevelopquest/weather-app-simplon-exercise.git -
cd weather-app-simplon-exercise -
Set 'city', 'latitude', and 'longitude' in 'config.json' (get the coordinates from: https://open-meteo.com/en/docs/geocoding-api). -
npm install -
npm run dev
The project is under MIT license.