Getting Started

If you have npm installed, include MCInstant in your project with the following command.

npm install --save https://github.com/miniclip/mci-sdk.git

Initialize the SDK

import { MCInstant } from "@miniclip/instant";

const mci = new MCInstant({ app_id: process.env.APP_ID });