apacheli / discord-api-libs

List of open-source Discord API Libraries
http://apache.li/discord-api-libs/
Apache License 2.0
143 stars 23 forks source link

Dynamic repository data is unused #67

Open SinisterRectus opened 1 month ago

SinisterRectus commented 1 month ago

README.md is populated only with data that is generally static (name, url, description, archived), yet this data is fetched daily.

Data that is more dynamic (forks, stars, watchers, and most recent push date) is also fetched daily, but is unused, or at least not presented here in a markdown format.

Recommendations:

apacheli commented 1 month ago

The extra fields are mostly meant to be consumed by anyone who wants a copy of the generated JSON files. I can see a case for a separate file and even static pages for more dynamic content though.

apacheli commented 1 month ago

Another thing I should mention is working with the JSON files is a bit clunky due to how I structured it. That will probably change too.