mirror of
https://github.com/yawaflua/tzeva-adom.git
synced 2025-12-09 20:09:26 +02:00
Add support to OREF (-o flag)
This commit is contained in:
16
CONFIG.cpp
Normal file
16
CONFIG.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Created by yawaflua on 30/10/2024.
|
||||
//
|
||||
|
||||
#define OREF_URL "https://www.oref.org.il/warningMessages/alert/History/AlertsHistory.json"
|
||||
#define TZEVA_ADOM_URL "https://api.tzevaadom.co.il/alerts-history"
|
||||
#define THREAT_IMAGES_URL "https://www.tzevaadom.co.il/static/images/threat{}.{}"
|
||||
#define BELL_SOUND_URL "https://www.tzevaadom.co.il/static/sounds/bell.mp3"
|
||||
#define CITIES_OREF_URL_RU "https://www.oref.org.il/districts/cities_rus.json"
|
||||
#define CITIES_OREF_URL_EN "https://www.oref.org.il/districts/cities_eng.json"
|
||||
#define CITIES_OREF_URL_HE "https://www.oref.org.il/districts/cities_heb.json"
|
||||
#define CITIES_TZEVA_ADOM "https://www.tzevaadom.co.il/static/cities.json"
|
||||
#define ALERTS_OREF "https://www.oref.org.il/alerts/alertCategories.json"
|
||||
#define ALERT_TRANSLATIONS_OREF "https://www.oref.org.il/alerts/alertsTranslation.json"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user