AndroidStudyGroup / conferences

A community-curated list of conferences around the world for Android developers.
https://androidstudygroup.github.io/conferences/
1.41k stars 249 forks source link

Include JSON representation of upcoming and past conferences #819

Closed ashdavies closed 3 months ago

ashdavies commented 3 months ago

Whilst playing with a pet project that would list conferences, I found it would be useful to have this information in JSON format, as the alternative required querying the GitHub API.

Sorry for not accompanying this with a feature request or making an issue first, the implementation turned out to be fairly trivial.

I couldn't figure out how to preserve a line break after a closing bracket though.

ashdavies commented 3 months ago

Thanks for the comments @cketti, I've applied your suggestions, the JSON looks much better now 👍