parse-sdk

1.5.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i parse-sdk

Weekly Downloads

2

Version

1.5.0

License

MIT

Last publish

Collaborators

  • angusfretwell