Heapy / awesome-kotlin

A curated list of awesome Kotlin related stuff Inspired by awesome-java.
https://kotlin.link/
Apache License 2.0
11k stars 1.21k forks source link

Fetch user groups from API or deprecate it #674

Open krzema12 opened 3 years ago

krzema12 commented 3 years ago

Hi,

FYI, on https://kotlinlang.org/user-groups/user-group-list.html we've now got a map of KUGs, and they are also fetched through API: https://kotlinlang.org/data/user-groups.json.

awesome-kotlin maintains these files:

I recommend first considering if it makes sense to show KUGs on kotlin.link - it duplicates what the official Kotlin page shows. If there are still some reasons to keep it, I suggest using the API to avoid displaying outdated info and the operational burden to update it.

IRus commented 3 years ago

Nice, I think we continue displaying User Groups in https://github.com/KotlinBy/awesome-kotlin/milestone/1, but will utilize API instead of parsing markdown. Thanks for update!