0.1.2 • Published 9 years ago

parse-browserify v0.1.2

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

parse-browserify

THIS IS NOT MAINTAINED

Parse-SDK-Version: 1.2.18

This is a tweaked version of the Parse SDK meant to be used client-side via browserify.

var Parse = require('parse-browserify');

Parse.initialize("Your App Id", "Your JavaScript Key");

var TestObject = Parse.Object.extend("TestObject");
var testObject = new TestObject();
testObject.save({foo: "bar"}).then(function(object) {
  alert("yay! it worked");
});

The purpose of this library is to let Parse users require the js-sdk clientside. For nodejs users please use the official library here. If you run into any bugs let me know, look at the source code, or just use the library as intended by Parse (I'm not affiliated).

MIT

0.1.2

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago