1.2.3 • Published 7 months ago

buymeacoffee v1.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Buy Me A Coffee NodeJS Client

Examples

Set up a client

import { BuyMeACoffee } from "buymeacoffee";
const client = new BuyMeACoffee("ACCOUNT-TOKEN");

Subscriptions

client.Subscriptions().then(data => {
console.log(data)
})

Supporters

client.Supporters().then(data => {
console.log(data)
})

Extras

client.Extras().then(data => {
console.log(data)
})

How to get account token

After logging in to https://developers.buymeacoffee.com/login, click on the create new token button and create a token by giving read-only permission. You can use the given token here.

Sample outputs

You can see sample json outputs at https://developers.buymeacoffee.com/#/

1.2.3

7 months ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago