1.1.1 • Published 9 months ago
keyforge-js v1.1.1
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