parse-sdk
v1.5.0
Published
Parse JavaScript SDK
Downloads
3
Readme
Parse JavaScript SDK
A mirror of the Parse JavaScript SDK for installation with npm.
Usage
Install the SDK via npm:
npm install --save parse-sdk
Import the SDK into your application:
import { Parse } from 'parse-sdk';
// Initialize Parse with your app's Application ID and JavaScript Key
Parse.initialize('APPLICATION_ID', 'JAVASCRIPT_KEY');