Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 557 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 557 Bytes

picket-js

Installation

picket-js is an npm package.

npm install "@picketapi/picket-js"

Usage

The Picket constructor creates a new instance of the Picket class. It takes a publishable API key as a parameter.

import Picket from "@picketapi/picket-js"
const picket = new Picket("YOUR_PUBLISHABLE_KEY_HERE")

Documentation

For more information, checkout the docs