All Projects → patharanordev → Donate In Git

patharanordev / Donate In Git

Show how to add donate button in github

Projects that are alternatives of or similar to Donate In Git

Paypalexpresscheckoutnvp
[READ-ONLY] Subtree split of the Payum PaypalExpressCheckoutNvp Component -- clone into Payum/Paypal/ExpressCheckout/Nvp/ (master at payum/payum)
Stars: ✭ 35 (-70.34%)
Mutual labels:  paypal
React Native Paypal
React Native library that implements PayPal Checkout flow using purely native code
Stars: ✭ 70 (-40.68%)
Mutual labels:  paypal
Invoice As A Service
💰 Simple invoicing service (REST API): from JSON to PDF
Stars: ✭ 106 (-10.17%)
Mutual labels:  paypal
React Native Paypal
PayPal clone with React Native
Stars: ✭ 47 (-60.17%)
Mutual labels:  paypal
Dj Paypal
Paypal integration for Django - Inspired by Dj-Stripe
Stars: ✭ 55 (-53.39%)
Mutual labels:  paypal
Doorstep
The powerful e-commerce solution for Python
Stars: ✭ 88 (-25.42%)
Mutual labels:  paypal
Duranius Paypal Rest Api Php Library
If you need to integrate your website with PayPal REST API, then all you need is to download this library and you are ready to go. There are only two files you need to download and import to your project.
Stars: ✭ 13 (-88.98%)
Mutual labels:  paypal
React Paypal Js
React components for the PayPal JS SDK
Stars: ✭ 111 (-5.93%)
Mutual labels:  paypal
Koduino
Arduino code for STM32 microcontrollers
Stars: ✭ 63 (-46.61%)
Mutual labels:  chip
Payumserver
Payment processing microservice. Written in Symfony4
Stars: ✭ 103 (-12.71%)
Mutual labels:  paypal
Payment
支付宝支付、银联支付、微信支付、paypal、苹果内购支付
Stars: ✭ 48 (-59.32%)
Mutual labels:  paypal
Connectedhomeip
Project Connected Home over IP is a new Working Group within the Zigbee Alliance. This Working Group plans to develop and promote the adoption of a new connectivity standard to increase compatibility among smart home products, with security as a fundamental design tenet.
Stars: ✭ 1,072 (+808.47%)
Mutual labels:  chip
Black.box
Plug-and-Play VPN router and unblocker
Stars: ✭ 89 (-24.58%)
Mutual labels:  paypal
Rf1101se Teensy
Driving one of those cheap RF1101SE boards with a Arduino or Teensy
Stars: ✭ 45 (-61.86%)
Mutual labels:  chip
Django Shop Tutorial
Use Django To Create A Simple Shopping Site Tutorial
Stars: ✭ 109 (-7.63%)
Mutual labels:  paypal
Chip Alpine
💻 Daily build of Alpine Linux for the $9 C.H.I.P. computer
Stars: ✭ 21 (-82.2%)
Mutual labels:  chip
Materialchipview
Material Chip view. Can be used as tags for categories, contacts or creating text clouds
Stars: ✭ 1,181 (+900.85%)
Mutual labels:  chip
Commerce.js
Open source, JS eCommerce SDK for building headless, Jamstack applications. Build custom storefronts, carts, and checkouts in any frontend framework, platform, or device. Integrates with Stripe, Square, PayPal, Paymill and Razorpay with support for 135+ currencies.
Stars: ✭ 112 (-5.08%)
Mutual labels:  paypal
Django Oscar Paypal
PayPal integration for django-oscar. Can be used without Oscar too.
Stars: ✭ 112 (-5.08%)
Mutual labels:  paypal
Mfrc522 Rpi
🔑 Control your MFRC522 RFID Module with your Raspberry-pi and JavaScript
Stars: ✭ 91 (-22.88%)
Mutual labels:  chip

Donate button in github

Donate

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 Donate from http://shields.io/ and concatinate it with your email code in your PayPal account, please see example below:

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](YOUR_EMAIL_CODE)

Button

The button in Donation like Markdown topic but only change the image.

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](YOUR_EMAIL_CODE)

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].