An open API service indexing awesome lists of open source software.

https://github.com/picketapi/picket-node

Node client for the Picket API
https://github.com/picketapi/picket-node

authentication authorization web3

Last synced: 12 months ago
JSON representation

Node client for the Picket API

Awesome Lists containing this project

README

          

# picket-node

NodeJS client for the Picket API

## Installation

`picket-node` is an [npm package](https://www.npmjs.com/package/@picketapi/picket-node).

```shell
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.

```ts
import Picket from "@picketapi/picket-node"

const picket = new Picket("YOUR_SECRET_KEY_HERE")
```

## Documentation

For more information, checkout the [docs](https://docs.picketapi.com/picket-docs/reference/libraries-and-sdks/node.js-library)