1.2.3 • Published 8 months ago

buymeacoffee v1.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
8 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

8 months ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago