Last active
January 2, 2016 14:29
-
-
Save coreyhaines/8317487 to your computer and use it in GitHub Desktop.
EventBoard Stuff
Thanks to Pete Hodgson @ph1 for figuring this out.
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
| # 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if you want to quickly pretty print that and start hacking something together
curl http://cdn.eventboard.falafel.com/conferencecatalogs/codemash2014.59.data.json | python -mjson.tool