1.1.1 • Published 9 months ago

keyforge-js v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Keyforge Node.js SDK

The Node.js library for interacting with the Keyforge API.

Documentation is available here.

Install

npm install keyforge-js
# or
pnpm add keyforge-js
# or
yarn add keyforge-js

Setup

First, you need to get your API key, create one in the Keyforge dashboard.

import { Keyforge } from 'keyforge-js';

const keyforge = new Keyforge('sk_1234');

Usage

To get started using the SDK, follow the quickstart guide here.

License

MIT License

1.1.1

9 months ago

1.1.0

10 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.4.0

12 months ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago