1.0.3 • Published 3 years ago

@roundupapp/donation v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

roundup-node

The Roundup node library provides convenient api access to Roundup API

Documentation

Docs: https://developer.roundupapp.com/

Node

npm i @roundupapp/roundup-node 

const { DonationApi } = require('@roundupapp/roundup-node');

let donation = new DonationApi({ apiKey: 'public-apikey-xxxxxx', apiVersion: 'current'})

donation.getNonprofitList().then((response) => {
      // ....
})
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago