From 2747f4f9daa48d689215ab44970596d74496ee5d Mon Sep 17 00:00:00 2001 From: maiwann Date: Fri, 8 Mar 2019 14:32:22 +0100 Subject: [PATCH] Create nice.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajout de 3 lieux niçois --- locations/nice.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 locations/nice.json diff --git a/locations/nice.json b/locations/nice.json new file mode 100644 index 0000000..cdc5f57 --- /dev/null +++ b/locations/nice.json @@ -0,0 +1,35 @@ +[ + { + "name": "Bubble Time", + "openHours": "From Monday to Friday - 12:00am to 7:00pm - Week-end - 10:00am to 7:00pm", + "lat": 43.70552, + "lon": 7.26617, + "address": "25 Rue Assalit - 06000 Nice", + "type" : "bubble tea", + "power": {"available": true}, + "wifi": {"available": true}, + "url": "https://business.google.com/website/bubbletime" + }, + { + "name": "BiogStore", + "openHours": "From Monday to Saturday - 10:00am to 6:30pm", + "lat": 43.70275, + "lon": 7.26746, + "address": "35 Avenue du Marechal Foch - 06000 Nice", + "type" : "vegetarian restaurant - tea & coffee", + "power": {"available": true}, + "wifi": {"available": true}, + "url": "biogstore.com/" + }, + { + "name": "Palette café", + "openHours": "From Tuesday to Saturday - 7:30am to 6:00pm - Sunday - 10:00am to 3:00pm", + "lat": 43.7008, + "lon": 7.27729, + "address": "26 Avenue Saint-Jean-Baptiste - 06000 Nice", + "type" : "vegetarian restaurant - tea & coffee", + "power": {"available": true}, + "wifi": {"available": false}, + "url": "http://www.palettecafes.com/" + } +]