angusfretwell / parse-javascript-sdk

A mirror of the Parse JavaScript SDK for installation via npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A mirror of the Parse JavaScript SDK for installation via npm


Languages

Language:JavaScript 100.0%