@denysfontenele/restparse
v1.0.1
Published
ParseREST API with Node.js
Readme
RestParse
Parse REST API Client for Node.js
install
npm install @denysfontenele/restparsevar restparse = require('restparse');
// instantiate
var config = {
serverUrl: 'http://localhost:1337',
applicationId: 'myAppId',
masterKey: 'myMasterKey', // optional
mountPath: '/parse' // optional ("/parse" by default)
};
var restparse = new restparse(config);