1.5.0 • Published 9 years ago

parse-sdk v1.5.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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');