Skip to content

picketapi/picket-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published