-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
18 lines (18 loc) · 1.05 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"assetsUrl": "https://raw.githubusercontent.com/holmwell/corvallis-arts-walk-assets/master/2016/07/",
"destinations": [
{
"id": "arts-center",
"name": "Walking the CAW",
"address": "Downtown Corvallis",
"geocode": {
"lat": 44.5643109,
"lng": -123.266023
},
"summary": "Every 3rd Thursday in Corvallis",
"description": "The Corvallis Arts Walk app has been sunset. Thank you for walking the CAW!\n\nCAW is a grass-roots organized art walk that takes place on the 3rd Thursday of each month in downtown Corvallis. Galleries, studios, arts/crafts stores and the occasional pop-up keep their doors open late to host an art related event or demonstration. Walking maps of the event can be picked up at any of the storefront members or viewed here on our CAW Map page.\n\nHave a question? Want to know how you can support the CAW? Contact us at [email protected]",
"isActive": true,
"photoUrl": ""
}
]
}