Choose a radius of events to show for your area:

miles in the next days.

Writing this was an adventure. At first, I found a link for an eventBrite API on this site. It offered location-based event data, but said there is a hard limit of 10 API requests a day with a free key. Not wanting to use up my ten requests in 30 seconds or less, I copied the example element to write the parsing code for the API data. The object I copied made it nice and easy to write the code out without having to use the actual API. Once I was satisfied with the code, I went to sign up for the API so I could test it, only to find out that it is deprecated.
Sigh.
Anyway, it still works, I just use the example object to show how. Enjoy. -r