Skip to content

pujux/noderoad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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));

About

Node.js client for Gumroad API (fork of gumnode)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%