keyforge-js
v1.1.3
Published
Node.js library for interacting with the Keyforge API
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-jsSetup
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
