https://github.com/hailiang-wang/parseproxy
Parse Server Node.js Client
https://github.com/hailiang-wang/parseproxy
parse-server
Last synced: 4 months ago
JSON representation
Parse Server Node.js Client
- Host: GitHub
- URL: https://github.com/hailiang-wang/parseproxy
- Owner: hailiang-wang
- Created: 2016-10-05T06:33:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T16:05:36.000Z (almost 8 years ago)
- Last Synced: 2025-09-27T23:52:44.958Z (6 months ago)
- Topics: parse-server
- Language: JavaScript
- Homepage: http://parseplatform.github.io/docs/js/guide/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parse proxy
```
npm install parseproxy
```
## Usage
```
parseproxy.init(config.app.serverURL, config.app.appId, config.app.javascriptKey);
exports = module.exports = parseproxy;
```