https://github.com/patharanordev/donate-in-git
Show how to add donate button in github
https://github.com/patharanordev/donate-in-git
chip donation paypal
Last synced: 20 days ago
JSON representation
Show how to add donate button in github
- Host: GitHub
- URL: https://github.com/patharanordev/donate-in-git
- Owner: patharanordev
- Created: 2016-04-23T10:35:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T08:48:11.000Z (over 2 years ago)
- Last Synced: 2024-11-04T05:33:54.719Z (6 months ago)
- Topics: chip, donation, paypal
- Homepage:
- Size: 2.93 KB
- Stars: 136
- Watchers: 5
- Forks: 151
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - patharanordev/donate-in-git - Show how to add donate button in github (others)
README
# Donate button in github
[](https://ko-fi.com/patharanor)I found 2 ways to add `Donate` function in your github project.
- Markdown
- Button## Markdown
You can get link of image file in SVG file format like this [](https://ko-fi.com/patharanor) from `http://shields.io/`
and concatinate it with your [email code](https://developer.paypal.com/docs/classic/paypal-payments-standard/ht_create-pps-buttons/) in your PayPal account, please see example below:
```
[](YOUR_EMAIL_CODE)
```## Button
The button in `Donation` like `Markdown` topic but only change the image.
```
[](YOUR_EMAIL_CODE)
```## Donation
Methods :
- [Buy me a coffee](https://www.buymeacoffee.com/)
- [Ko-fi](https://ko-fi.com/)If this project help you reduce time to develop, you can give me a cup of coffee :)
[](https://ko-fi.com/patharanor)