/* CocoaHeads Atlanta */

let topic = [
    "title": "Testing Server-side Swift Apps",
    "presenter": "Josh Justice",
    "abstract": "Vapor includes many features out of the box for writing great web apps. You may not realize it, but it also includes great support for testing too. With a little work, you can set up your Vapor app to use well-established practices for testing server-side applications. Let’s see how we can set up request tests: tests that simulate the user accessing the app.

"

]

let gettingThere = [
    "dateTime": Date("2017-09-14 19:00:00 -0400"), // August 10, 7pm ET
    "location": "Big Nerd Ranch HQ"
]

let chapter = [
    "parentOrg": "CocoaHeads",
    "contactEmail": "organizer@cocoaheadsatlanta.org",
    "twitter": "@chatl"
]