KristjanESPERANTO / MagicMirror-3rd-Party-Modules

This project provides an overview of all MagicMirror² modules and puts the modules through a few tests.
https://kristjanesperanto.github.io/MagicMirror-3rd-Party-Modules/
MIT License
13 stars 4 forks source link

Get stars for non-GitHub repositories via API #5

Open KristjanESPERANTO opened 5 months ago

KristjanESPERANTO commented 5 months ago

We already display the stars of the repositories on the page. For GitHub repositories, they are retrieved via the GitHub API.

With a quick and dirty solution, the stars for non-GitHub repositories were written hard into the code. There are only a handful of repositories outside of GitHub, but we should do this properly.