Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hailiang-wang/parseproxy
Parse Server Node.js Client
https://github.com/hailiang-wang/parseproxy
parse-server
Last synced: about 2 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T16:05:36.000Z (over 6 years ago)
- Last Synced: 2024-10-12T07:38:59.208Z (3 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;
```