From 993a317d9dc078be638f3adc17fad7e2525587ca Mon Sep 17 00:00:00 2001 From: Laurent Meuwly Date: Thu, 28 Sep 2023 10:45:14 +0200 Subject: [PATCH] new organization and sources --- organizations/edsitech.json | 7 +++++++ sources/mycity.json | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 organizations/edsitech.json create mode 100644 sources/mycity.json diff --git a/organizations/edsitech.json b/organizations/edsitech.json new file mode 100644 index 00000000..4bef2bf7 --- /dev/null +++ b/organizations/edsitech.json @@ -0,0 +1,7 @@ +{ + "id": "EDSITECH", + "name": "EDSI-Tech Sàrl", + "iconUrl": + "https://static.mycity.travel/manage/uploads/2/2/440370/1/logo-edsi.png", + "orgUrl": "https://mycity.travel" +} diff --git a/sources/mycity.json b/sources/mycity.json new file mode 100644 index 00000000..36abad80 --- /dev/null +++ b/sources/mycity.json @@ -0,0 +1,10 @@ +{ + "id": "MYCITY", + "name": "mycity", + "categories": ["API"], + "organization": "EDSITECH", + "iconUrl": + "https://static.mycity.travel/manage/uploads/2/2/440366/1/logo-mycity.png", + "sourceUrl": "https://mycity.travel", + "dataVisibility": ["PUBLIC"] +}