@picketapi/picket-node
v0.0.12
Published
NodeJS client for the Picket API
Downloads
9
Readme
picket-node
NodeJS client for the Picket API
Installation
picket-node
is an npm package.
npm install "@picketapi/picket-node"
Usage
The Picket constructor creates a new instance of the Picket class. It takes a secret API key as a parameter.
import Picket from "@picketapi/picket-node"
const picket = new Picket("YOUR_SECRET_KEY_HERE")
Documentation
For more information, checkout the docs