keyforge-js
v1.1.1
Published
Node.js library for interacting with the Keyforge API
Downloads
84
Readme
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