noderoad

0.0.1 • Public • Published

Noderoad

Noderoad is a Node.js API client for Gumroad and a fork of noahbuscher/gumnode.

It's promise-based, slim, and supports the latest API endpoints.

Submit an Issue if you find an outdated or missing endpoint.

Install

npm install noderoad

yarn install noderoad

Usage

const noderoad = require("noderoad")("YOUR_ACCESS_TOKEN");

noderoad
  .getProduct("PRODUCT_ID")
  .then((product) => console.log("Found product: ", JSON.stringify(product)))
  .catch((error) => console.error("Error: ", error.message));

Package Sidebar

Install

npm i noderoad

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

19.2 kB

Total Files

4

Last publish

Collaborators

  • puf17640