-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ddbe58
commit 67b9691
Showing
8 changed files
with
117 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"name": "BrauBeviale 2024", | ||
"breweries": [ | ||
{ | ||
"name": "Brauerei Mahr", | ||
"visited": "2024-11-25", | ||
"location": { | ||
"country": "de", | ||
"city": "Bamberg", | ||
"address": "Wunderburg 10", | ||
"coordinates": { | ||
"lat": 49.89002080044896, | ||
"lng": 10.906442062023835 | ||
} | ||
}, | ||
"tags": [ | ||
"kraj związkowy Bawaria", | ||
"piwo spróbowane na miejscu", | ||
"browar restauracyjny" | ||
] | ||
}, | ||
{ | ||
"name": "Brauerei Keesmann", | ||
"visited": "2024-11-25", | ||
"location": { | ||
"country": "de", | ||
"city": "Bamberg", | ||
"address": "Wunderburg 5", | ||
"coordinates": { | ||
"lat": 49.89036039278193, | ||
"lng": 10.905608861482817 | ||
} | ||
}, | ||
"tags": [ | ||
"kraj związkowy Bawaria", | ||
"piwo spróbowane na miejscu", | ||
"browar regionalny" | ||
] | ||
}, | ||
{ | ||
"name": "Tucher Mautkeller Nürnberg", | ||
"visited": "2024-11-25", | ||
"location": { | ||
"country": "de", | ||
"city": "Nürnberg", | ||
"address": "Hallpl. 2", | ||
"coordinates": { | ||
"lat": 49.449414312454664, | ||
"lng": 11.079094841080613 | ||
} | ||
}, | ||
"tags": [ | ||
"obejrzany sprzęt", | ||
"kraj związkowy Bawaria", | ||
"browar restauracyjny", | ||
"sieć Tucher" | ||
] | ||
}, | ||
{ | ||
"name": "Hausbrauerei Altstadthof", | ||
"visited": "2024-11-25", | ||
"location": { | ||
"country": "de", | ||
"city": "Nürnberg", | ||
"address": "Unschlittpl. 9", | ||
"coordinates": { | ||
"lat": 49.45688993247522, | ||
"lng": 11.07470508251356 | ||
} | ||
}, | ||
"tags": [ | ||
"kraj związkowy Bawaria", | ||
"browar restauracyjny", | ||
"piwo spróbowane na miejscu", | ||
"destylarnia" | ||
] | ||
}, | ||
{ | ||
"name": "Brauerei Schanzenbräu", | ||
"visited": "2024-11-27", | ||
"location": { | ||
"country": "de", | ||
"city": "Nürnberg", | ||
"address": "Proeslerstraße 3", | ||
"coordinates": { | ||
"lat": 49.44839484904009, | ||
"lng": 11.003195700003602 | ||
} | ||
}, | ||
"tags": [ | ||
"kraj związkowy Bawaria", | ||
"piwo spróbowane poza browarem", | ||
"przybrowarniany sklep" | ||
] | ||
} | ||
] | ||
} |