{
"api_key": "your-api-key see https://developers.google.com/maps/documentation/distance-matrix/start",
"locations": {
"home": "6 Rue Ribotti, 06300 Nice, France",
"work": "43.586337,6.939781"
},
"plots": {
"home-work": {
"days": ["monday","tuesday","wednesday","thursday","friday"],
"name": "Home -> Work",
"times": [
"6:30", "7:00", "7:30", "8:00", "8:30",
"9:00", "9:30", "10:00"
],
"origin": "home",
"destination": "work"
},
"work-home": {
"days": ["monday","tuesday","wednesday","thursday","friday"],
"name": "Work -> Home",
"times": [
"16:00", "16:30", "17:00", "17:30", "18:00",
"18:30", "19:00", "19:30", "20:00"
],
"origin": "work",
"destination": "home"
},
"work-gym": {
"days": ["monday"],
"name": "Work -> Monday’s gym",
"times": [
"11:00", "11:15", "11:30", "11:45",
"12:00", "12:15"
],
"origin": "work",
"destination": "330 Rue Henri Laugier, 06600 Antibes, France"
}
}
}