mpetuska / kamp

Package discovery website and scanner for Kotlin multiplatform.
https://kamp.petuska.dev
The Unlicense
58 stars 4 forks source link

Library star rating #7

Open mpetuska opened 3 years ago

mpetuska commented 3 years ago

Extend library cards with autofetched github or gitlab star count information

rescribet commented 3 years ago

Might be nice to index the tags/topics as well, so people can explore projects easier

mpetuska commented 3 years ago

Is that in pom.xml? Since kamp is working with maven repos directly, so no access to anything that's not in the files there.

rescribet commented 3 years ago

I was thinking of the github/gitlab tags/topics, since this issue mentions getting a count from them. I have no idea how maven works internally.