njh / arduino-libraries

A website listing all the available Arduino Libraries
https://www.arduinolibraries.info/
MIT License
54 stars 12 forks source link

Support gitlab and bitbucket repositories #41

Open 80avin opened 10 months ago

80avin commented 10 months ago

In library_index_raw.json, there are 77 versions with bitbucket repository and 161 versions with gitlab repository.

Maybe we don't support gitlab/bitbucket APIs but at least badge generators like https://shields.io/badges/ can provide info which we don't support directly.

Another idea could be to parse the stars count, etc information from these badge generators. This is possible as these badge generators give out an SVG file, which can be read to parse the output.