@roundupapp/donation
v1.0.3
Published
The Roundup node library provides convenient api access to Roundup API
Downloads
2
Readme
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) => {
// ....
})