{"id":18075686,"url":"https://github.com/romaindoyen/storm-tracker","last_synced_at":"2026-05-09T09:52:54.314Z","repository":{"id":258988638,"uuid":"868063775","full_name":"RomainDoyen/storm-tracker","owner":"RomainDoyen","description":"This is a simple web application that tracks storms in real-time.","archived":false,"fork":false,"pushed_at":"2024-11-14T03:20:15.000Z","size":1712,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T17:57:39.523Z","etag":null,"topics":["flask","leaflet","supabase","tropycal-api"],"latest_commit_sha":null,"homepage":"https://storm-tracker-mxzl.onrender.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RomainDoyen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-05T11:36:42.000Z","updated_at":"2024-11-20T11:23:50.000Z","dependencies_parsed_at":"2024-12-19T02:23:40.545Z","dependency_job_id":"08fa2d38-a1be-453e-9ab7-937460a784b4","html_url":"https://github.com/RomainDoyen/storm-tracker","commit_stats":null,"previous_names":["romaindoyen/storm-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomainDoyen%2Fstorm-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomainDoyen%2Fstorm-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomainDoyen%2Fstorm-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RomainDoyen%2Fstorm-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RomainDoyen","download_url":"https://codeload.github.com/RomainDoyen/storm-tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393538,"owners_count":20931809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","leaflet","supabase","tropycal-api"],"created_at":"2024-10-31T11:06:55.436Z","updated_at":"2026-05-09T09:52:54.309Z","avatar_url":"https://github.com/RomainDoyen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Storm Tracker 🌀\n\nUne application web qui suit en temps réel les tempêtes et cyclones à travers le monde. Elle utilise l'API [Tropycal](https://tropycal.github.io/tropycal/index.html) pour récupérer les données et Firebase pour le stockage.\n\n## Fonctionnalités\n\n- 🗺️ Carte interactive des tempêtes actives\n- 🔄 Mise à jour en temps réel des données\n- 📱 Interface responsive\n- 🌍 Couverture mondiale des cyclones\n- 📊 Détails sur chaque tempête (vitesse des vents, pression, classification)\n\n## Prérequis\n\n- Python 3.8 ou supérieur\n- Un compte Firebase\n- pip (gestionnaire de paquets Python)\n\n## Installation\n\n1. Clonez le dépôt\n\n```bash\ngit clone https://github.com/RomainDoyen/storm-tracker.git\ncd storm-tracker\n```\n\n2. Installez les dépendances\n\n```bash\npip install -r requirements.txt\n```\n\n3. Configuration de Firebase\n\n- Créez un projet sur [Firebase Console](https://console.firebase.google.com/)\n- Activez Firestore Database dans votre projet\n- Générez un fichier de configuration d'administration (clé privée) :\n  - Allez dans Paramètres du projet \u003e Comptes de service\n  - Cliquez sur \"Générer une nouvelle clé privée\"\n  - Téléchargez le fichier JSON et placez-le à la racine du projet\n\n4. Lancez l'application\n\n```bash\npython run.py\n```\n\nL'application sera accessible à l'adresse [http://127.0.0.1:7000/](http://127.0.0.1:7000/)\n\n## Structure des données Firebase\n\nLa collection `Cyclones` dans Firestore stocke les informations suivantes pour chaque tempête :\n\n```javascript\n{\n  \"idCyclone\": \"string\",    // Identifiant unique du cyclone\n  \"name\": \"string\",         // Nom du cyclone\n  \"vmax\": number,          // Vitesse maximale des vents (km/h)\n  \"mslp\": number,          // Pression au niveau de la mer (bar)\n  \"lat\": number,           // Latitude\n  \"lon\": number,           // Longitude\n  \"classification\": \"string\", // Classification du cyclone\n  \"basin\": \"string\",       // Bassin océanique\n  \"is_invest\": boolean,    // Si c'est une zone d'investigation\n  \"source\": \"string\",      // Source des données (JTWC, NOAA, etc.)\n  \"last_update\": \"string\"  // Date de dernière mise à jour\n}\n```\n\n## Contribution\n\nLes contributions sont les bienvenues ! N'hésitez pas à ouvrir une issue ou une pull request.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromaindoyen%2Fstorm-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromaindoyen%2Fstorm-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromaindoyen%2Fstorm-tracker/lists"}