Skip to content

Instantly share code, notes, and snippets.

@coreyhaines
Last active January 2, 2016 14:29
Show Gist options
  • Save coreyhaines/8317487 to your computer and use it in GitHub Desktop.
Save coreyhaines/8317487 to your computer and use it in GitHub Desktop.
EventBoard Stuff Thanks to Pete Hodgson @ph1 for figuring this out.
# List of conferences
curl -d {} -H "Content-Type:application/json" https://eventboard.falafel.com/ConferenceService2/ConferenceListEx
# The 59 specifies the version according to the latest version that is present in the DataVersion attribute of the conference list above
curl http://cdn.eventboard.falafel.com/conferencecatalogs/codemash2014.59.data.json
@coreyhaines
Copy link
Author

Pete Hodgson also built a basic HTML version: http://codemash.thepete.net/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment