-
Notifications
You must be signed in to change notification settings - Fork 0
Get started
Enzo Z edited this page Oct 26, 2024
·
6 revisions
To get started with our npm module, follow these simple steps:
- Installation:
npm install hostmyservers.js@latest
- Use:
JavaScript:
const { HMSClient } = require('hostmyservers.js');
const client = new HMSClient(apiKey);
TypeScript:
import { HMSClient } = 'hostmyservers.js';
const client = new HMSClient(apiKey);
Created by FlanZCode, this project is under MIT license.