Last active
August 3, 2018 07:51
-
-
Save barklund/2417e6014513e1b47d2d076457e083c4 to your computer and use it in GitHub Desktop.
Huset config
This file contains hidden or 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
{ | |
"floors": [ | |
{ | |
"floor": 4, | |
"locations": [ | |
{ | |
"name": "Xenon", | |
"scene_type": "Performance Arts", | |
"feed_name": "Xenon", | |
"default_image": "xenon.png", | |
"default_text": "" | |
} | |
] | |
}, | |
{ | |
"floor": 3, | |
"locations": [ | |
{ | |
"name": "Musikcafeen", | |
"scene_type": "Live Music", | |
"feed_name": "Musikcaféen", | |
"default_image": "musikcafeen.jpg", | |
"default_text": "" | |
} | |
] | |
}, | |
{ | |
"floor": 2, | |
"locations": [ | |
{ | |
"name": "Husets Biograf", | |
"scene_type": "Cinema", | |
"feed_name": "Husets Biograf", | |
"default_image": "biograf.jpg", | |
"default_text": "" | |
}, | |
{ | |
"name": "Vox", | |
"scene_type": "Performance Arts", | |
"feed_name": "Vox", | |
"default_image": "vox.png", | |
"default_text": "" | |
} | |
] | |
}, | |
{ | |
"floor": 1, | |
"locations": [ | |
{ | |
"name": "Stardust", | |
"scene_type": "Live Music / Spoken Words", | |
"feed_name": "Stardust", | |
"default_image": "stardust.jpg", | |
"default_text": "" | |
}, | |
{ | |
"name": "Bip Bip Bar", | |
"scene_type": "Arcade / Pinball", | |
"feed_name": "Bip Bip Bar", | |
"default_image": "bipbipbar.jpg", | |
"default_text": "Back to the future! Grab a beer and play old school arcade and pinball games.\n\nOpening Hours:\nThurs-Saturday: 14.00-02.00" | |
}, | |
{ | |
"name": "EVOO", | |
"scene_type": "Street Kitchen", | |
"feed_name": "EVOO", | |
"default_image": "evoo.jpg", | |
"default_text": "Get your authentic Nordic Italian meal and eat it where ever you like. You can bring it to a concert at Musikcaféen or eat it before the show at Xenon perhaps.\n\nOpening Hours:\nTues-Saturday: 12.00-15.00 & 17:00-22.00" | |
} | |
] | |
}, | |
{ | |
"floor": 0, | |
"locations": [ | |
{ | |
"name": "Bastard Cafe", | |
"scene_type": "Board Gaming", | |
"feed_name": "Bastard Café", | |
"default_image": "bastard.jpg", | |
"default_text": "Board Gaming and Coffee\n\nOpening Hours\nMon-Thursday 12.00-00.00\nFri-Thursday 12.00-02.00\nSunday 12.00-00.00\n\nBastard Café – Down Stairs\nWed-Friday 16.00-00.00\nSaturday 13.00-00.00\nSunday 13.00-22.00" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment