An open API service indexing awesome lists of open source software.

https://github.com/sakibweb/donate-bd

Get Donate / Support / Sponsor easy way from Bangladesh
https://github.com/sakibweb/donate-bd

bangladesh bd bdt bkash donate donate-me sponsors support support-me taka tk

Last synced: about 1 month ago
JSON representation

Get Donate / Support / Sponsor easy way from Bangladesh

Awesome Lists containing this project

README

        

# donate-bd
Get Donate / Support / Sponsor easy way from Bangladesh

------------

# bKash
## #bKash
#### Usages
```
https://sakibweb.github.io/donate-bd?u=sakibweb&a=bkash&n=01774321010&d=200&[email protected]
```
#### OR
```
http://donate-bd.c1.is?u=sakibweb&a=bkash&n=01774321010&d=200&[email protected]
```
URLs
| URL1 | URL2 |
| :------------: | :------------: |
| `https://sakibweb.github.io/donate-bd` | `http://donate-bd.c1.is` |
### Parameters
| Parameter | Value | Example Value | Description |
| :------------: | :------------: | :------------: | :------------: |
| u | Username | `sakibweb` | GitHub username for getting info |
| a | Wallet | `bkash` | Account name, where receive money |
| n | Number | `01774321010` | Wallet account number |
| d | Amount | `200` | Set default amount (1-25000) |
| e | Email | `[email protected]` | Wallet account number |

## #bKash icon
#### Usages
```
http://donate-bd.c1.is/icon?i=bkash&t=Donate me
```
URLs
| URL |
| :------------: |
| `http://donate-bd.c1.is/icon` |
### Parameters
| Parameter | Value | Example Value | Description |
| :------------: | :------------: | :------------: | :------------: |
| i | Wallet | `bkash` | Account name for icon |
| t | Text | `Donate me` | Set text with icon |

## #bKash example usages with overview
#### Link clickable
[Donate me](http://donate-bd.c1.is?u=sakibweb&a=bkash&n=01774321010&d=200&[email protected] "Donate me")
#### Code
* Markdown
```markdown
[Donate me](http://donate-bd.c1.is?u=sakibweb&a=bkash&n=01774321010&d=200&[email protected] "Donate me")
```
* HTML
```html
Donate me
```
#### Link clickable
[Donate me](http://donate-bd.c1.is?u=sakibweb&a=bkash&n=01774321010&d=200&[email protected] "Donate me")
#### Code
* Markdown
```markdown
[Donate me](http://donate-bd.c1.is?u=sakibweb&a=bkash&n=01774321010&d=200&[email protected] "Donate me")
```
* HTML
```html
Donate me
```
#### Link with icon
[![Donate me](http://donate-bd.c1.is/icon?i=bkash&t=Donate%20me)](http://donate-bd.c1.is?u=sakibweb&a=bkash&n=01774321010&d=200&[email protected] "Donate me")
#### Code
* Markdown
```markdown
[![Donate me](http://donate-bd.c1.is/icon?i=bkash&t=Donate%20me)](http://donate-bd.c1.is?u=sakibweb&a=bkash&n=01774321010&d=200&[email protected] "Donate me")
```
* HTML
```html
Donate me
```

#### Sponsor and `FUNDING.yml`
[![Sponsor](https://sakibweb.github.io/donate-bd/assets/img/sponsor.png)](http://donate-bd.c1.is?u=sakibweb&a=bkash&n=01774321010&d=200&[email protected] "Sponsor")
#### Code
* Markdown
```markdown
[![Sponsor](https://sakibweb.github.io/donate-bd/assets/img/sponsor.png)](http://donate-bd.c1.is?u=sakibweb&a=bkash&n=01774321010&d=200&[email protected] "Sponsor")
```
* HTML
```html
Sponsor
```
* Add `FUNDING.yml`
Add like this into your `[your project]/.github/FUNDING.yml`
```markdown
custom: ['http://donate-bd.c1.is?u=sakibweb&a=bkash&n=01774321010&d=200&[email protected]']
```