Syndicate Node.JS Binding

syndicate-node package offers Node.JS binding for Syndicate core library. It allows you to develop apps rapidly using Javascript. Plenty of library support is also a big advantage.

Prerequisites

You must first Install Syndicate.

If you do not have a user certificate and a gateway certificate, follow Create a User and Create a gateway guide.

If you do not have Node.JS and NPM installed, follow https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions.

Installation

Once Syndicate is installed, type:

npm install syndicate-storage

Source Code

You can find source code from https://github.com/syndicate-storage/syndicate-node.

Code Examples

Syndicate Node UG Tools re-implements Syndicate UG Tools in Node.JS using syndicate-node.

To test Syndicate Node UG Tools, you can easily install the tool to your system using NPM.

npm install syndicate-storage-ug-tools