{"id":25705263,"url":"https://github.com/classyid/bmkg-weather-alert","last_synced_at":"2026-02-14T07:02:03.890Z","repository":{"id":265648802,"uuid":"896409356","full_name":"classyid/bmkg-weather-alert","owner":"classyid","description":"📱 Sistem monitoring cuaca BMKG berbasis Google Apps Script dengan notifikasi WhatsApp dan web dashboard. Data realtime untuk seluruh wilayah Indonesia.","archived":false,"fork":false,"pushed_at":"2024-11-30T09:35:33.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T00:25:02.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://s.id/web-bmkg-weather-alert","language":null,"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/classyid.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-11-30T09:34:34.000Z","updated_at":"2024-11-30T09:36:50.000Z","dependencies_parsed_at":"2024-11-30T10:27:55.553Z","dependency_job_id":"1335b36e-05a2-4b10-ab76-ab163d57927c","html_url":"https://github.com/classyid/bmkg-weather-alert","commit_stats":null,"previous_names":["classyid/bmkg-weather-alert"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/classyid/bmkg-weather-alert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2Fbmkg-weather-alert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2Fbmkg-weather-alert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2Fbmkg-weather-alert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2Fbmkg-weather-alert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/classyid","download_url":"https://codeload.github.com/classyid/bmkg-weather-alert/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classyid%2Fbmkg-weather-alert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-02-25T06:39:39.898Z","updated_at":"2026-02-14T07:02:03.853Z","avatar_url":"https://github.com/classyid.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌤️ BMKG Weather Alert\n\nSistem monitoring cuaca BMKG dengan notifikasi WhatsApp dan web dashboard interaktif. Dibangun menggunakan Google Apps Script untuk kemudahan deployment dan maintenance.\n\n## 🌟 Fitur Utama\n\n- 🔍 Pencarian lokasi berdasarkan nama wilayah (Desa/Kelurahan/Kecamatan/Kabupaten/Kota)\n- 📊 Tampilan dashboard responsif dengan data cuaca 3 hari ke depan\n- 📱 Notifikasi WhatsApp otomatis untuk area yang dipilih\n- 🕒 Update data setiap 3 jam (8 kali sehari)\n- 📍 Mencakup seluruh wilayah administrasi Indonesia\n- 📝 Pencatatan log pencarian dan pengiriman notifikasi\n\n## 📋 Prasyarat\n\n- Akun Google\n- Spreadsheet untuk menyimpan data (template disediakan)\n- Akun WhatsApp API (Mpedia)\n\n## 🛠️ Instalasi\n\n1. Buat project baru di Google Apps Script\n2. Copy file `Code.gs` dan `Index.html` ke project\n3. Siapkan spreadsheet dengan struktur yang diperlukan:\n   - Sheet `wilayah`: Data kode dan nama wilayah\n   - Sheet `cuaca`: Log pencarian\n   - Sheet `log_kirimcuaca`: Log pengiriman WhatsApp\n   - Sheet `kirim_cuaca`: Konfigurasi nomor tujuan\n4. Update konfigurasi di `Code.gs`:\n   - `SPREADSHEET_ID`\n   - `WA_API_KEY`\n   - `WA_SENDER`\n5. Deploy sebagai web app\n\n## 🌐 Penggunaan\n\n### Web Dashboard\n1. Akses URL web app yang telah di-deploy\n2. Masukkan nama wilayah (minimal 3 karakter)\n3. Pilih wilayah dari daftar yang muncul\n4. Lihat informasi cuaca lengkap\n\n### Notifikasi WhatsApp\n1. Tambahkan data di sheet `kirim_cuaca`:\n   - Kolom A: Kode wilayah\n   - Kolom B: Nomor WhatsApp\n2. Set up trigger untuk fungsi `scheduledWeatherNotification`\n3. Notifikasi akan terkirim sesuai jadwal\n\n## 📊 Format Data\n\n### Data Cuaca\n- Suhu Udara (°C)\n- Kelembapan Udara (%)\n- Kondisi Cuaca\n- Kecepatan Angin (km/jam)\n- Arah Angin\n- Jarak Pandang (km)\n\n## 🤝 Kontribusi\n\nContributions, issues, dan feature requests sangat diterima.\n\n## 📝 Lisensi\n\n[MIT](LICENSE)\n\n## 🙏 Kredit\n\nData cuaca disediakan oleh [BMKG (Badan Meteorologi, Klimatologi, dan Geofisika)](https://www.bmkg.go.id/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclassyid%2Fbmkg-weather-alert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclassyid%2Fbmkg-weather-alert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclassyid%2Fbmkg-weather-alert/lists"}