Created
April 9, 2017 04:59
-
-
Save chaynes-ws/1f8da1116a83757810be6c2c406a63cf to your computer and use it in GitHub Desktop.
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
{ | |
"hosts": { | |
"Chad": { | |
"time": "6-7pm", | |
"address": "WaterSmart Software\n20 California St\nSan Francisco", | |
"instructions": [ | |
"Due to building security you will need to call or text Chad at 917-375-3229 when you arrive to let you in." | |
] | |
}, | |
"Henry": { | |
"time": "6-7pm", | |
"address": "Common Sense Media\n650 Townsend (Zynga Building)\nSan Francisco", | |
"instructions": [ | |
"The entrance is on Townsend between 7th and 8th. There is a sign for 'Practice Fusion' above the door you should go in.", | |
"Go to the front desk; tell them you are seeing Henry Lyford at Common Sense Media. They will provide a name tag.", | |
"We are in suite 435 on 4th floor, the front desk attendant can provide directions.", | |
"If you have any issues please text or call Henry at 907-947-8364." | |
] | |
}, | |
"Tabassum": { | |
"time": "6-7pm", | |
"address": "The Vault\n415 Jackson St\nSan Francisco", | |
"instructions": [ | |
"The door to the building stays locked, so please call the Mission Bit office at 415-879-5380 when you arrive." | |
] | |
} | |
}, | |
"dates": [{ | |
"date": "2017-01-11", | |
"host": "Henry" | |
}, { | |
"date": "2017-01-25", | |
"host": "Chad" | |
}, { | |
"date": "2017-02-08", | |
"host": "Tabassum" | |
}, { | |
"date": "2017-03-01", | |
"host": "Tabassum" | |
}, { | |
"date": "2017-03-15", | |
"host": "Tabassum" | |
}, { | |
"date": "2017-04-05", | |
"host": "Tabassum" | |
}, { | |
"date": "2017-04-12", | |
"host": "Tabassum" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment