baziexpress-ts-sdk
v1.1.0
Published
<a name="readme-top"></a>
Downloads
9
Readme
Installation
use the command below to install the package in your app.
Install NPM packages
npm install baziexpress-ts-sdk@latest
Quick Start
Here's a simple example of how to use our SDK to submit a score:
import SDK from "bazziexpress-ts-sdk";
const sdk = new SDK();
sdk.api.submitScore(110);
This initializes the SDK and submits a score of 110.
Contact
Project Link: https://github.com/mahed/bazi.express-ts-sdk