From 4790c4515b7d614ab0b0878852aaacf5a16e2e44 Mon Sep 17 00:00:00 2001 From: Marc Jambert Date: Fri, 27 Sep 2019 16:11:59 +0300 Subject: [PATCH] Ajout de Tel-Aviv --- locations/tel-aviv.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 locations/tel-aviv.json diff --git a/locations/tel-aviv.json b/locations/tel-aviv.json new file mode 100644 index 0000000..caba54e --- /dev/null +++ b/locations/tel-aviv.json @@ -0,0 +1,12 @@ +[ + { + "name": "Bell", + "lat": 32.054214, + "lon": 34.751380, + "openHours": "09h00 - 22h00", + "address": "Kikar Kdumim 10, Tel Aviv-Yafo, Israel", + "type" : "Coffee/Restaurant", + "power": {"available": true}, + "wifi": {"available": true} + } +]