https://github.com/netease/pomelo-sync-plugin
sync plugin for pomelo
https://github.com/netease/pomelo-sync-plugin
Last synced: 10 months ago
JSON representation
sync plugin for pomelo
- Host: GitHub
- URL: https://github.com/netease/pomelo-sync-plugin
- Owner: NetEase
- License: mit
- Created: 2013-08-07T03:00:01.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T06:09:00.000Z (almost 11 years ago)
- Last Synced: 2025-04-21T17:58:58.574Z (about 1 year ago)
- Language: JavaScript
- Size: 167 KB
- Stars: 13
- Watchers: 12
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pomelo-sync-plugin
==================
sync plugin for pomelo(>=0.6)
Use [pomelo-sync](https://github.com/NetEase/pomelo-sync) to compose this plugin, you can check the detail information in [here](https://github.com/NetEase/pomelo-sync/blob/master/README.md).
#Installation
```
npm install pomelo-sync-plugin
```
#Usage
```
var sync = require('pomelo-sync-plugin');
//app.js
app.use(sync, {sync: {
key1: value1,
key2: value2
}});
//get
app.get('globalChannelService');
```