Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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;
```