Skip to content

Commit 55cbfaf

Browse files
authored
Add badges to README for project visibility
Added badges for GitHub release, activity, license, maintenance, donation, and sponsorship.
1 parent 4a999e3 commit 55cbfaf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[![GitHub Release][releases-shield]][releases]
2+
[![GitHub Activity][commits-shield]][commits]
3+
[![License][license-shield]](LICENSE)
4+
![Project Maintenance][maintenance-shield]
5+
6+
[![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=for-the-badge&logo=paypal)](https://www.paypal.me/cyberjunkynl/)
7+
[![Sponsor on GitHub](https://img.shields.io/badge/Sponsor-GitHub-red.svg?style=for-the-badge&logo=github)](https://github.com/sponsors/cyberjunky)
8+
19
# Python: Garmin Connect
210

311
The Garmin Connect API library comes with two examples:
@@ -376,3 +384,10 @@ If you find this library useful for your projects, please consider supporting it
376384
- Shows appreciation for hundreds of hours of development
377385

378386
Every contribution, no matter the size, makes a difference and is greatly appreciated! 🙏
387+
388+
[releases-shield]: https://img.shields.io/github/release/cyberjunky/python-garminconnect.svg?style=for-the-badge
389+
[releases]: https://github.com/cyberjunky/python-garminconnect/releases
390+
[commits-shield]: https://img.shields.io/github/commit-activity/y/cyberjunky/python-garminconnect.svg?style=for-the-badge
391+
[commits]: https://github.com/cyberjunky/python-garminconnect/commits/main
392+
[license-shield]: https://img.shields.io/github/license/cyberjunky/python-garminconnect.svg?style=for-the-badge
393+
[maintenance-shield]: https://img.shields.io/badge/maintainer-cyberjunky-blue.svg?style=for-the-badge

0 commit comments

Comments
 (0)