NodeJS client for the Picket API
picket-node is an npm package.
npm install "@picketapi/picket-node"The Picket constructor creates a new instance of the Picket class. It takes a secret API key as a parameter.
importPicketfrom"@picketapi/picket-node"constpicket=newPicket("YOUR_SECRET_KEY_HERE")For more information, checkout the docs