Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 527 Bytes

README.md

File metadata and controls

executable file
·
19 lines (13 loc) · 527 Bytes

Miniclip FB Instant SDK

This is a companion sdk to be used in Facebook Instant Games published by Miniclip.

Getting Started

Check the documentation in https://miniclip.github.io/mci-sdk

Quick Start

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

npm install --save https://github.com/miniclip/mci-sdk.git
import { MCInstant } from "@miniclip/instant";

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