@roundupapp/donation
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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) => {
      // ....
})

Package Sidebar

Install

npm i @roundupapp/donation

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

28 kB

Total Files

12

Last publish

Collaborators

  • tjph
  • bfine9618
  • tomspinroundup
  • thom_davis