Platform 6 Node.js connector
This repository is a Platform 6 connector aiming to help the development a service in JavaScript. It exposes, among others, methods to facilitate the communication with a Platform 6 instance.
Platform 6 connector depends on:
- Node.js (version
>= 4
), - Platform 6 (version
5.17.0
and higher)
The following command installs Platform 6 connector as a Node.js dependency:
$ npm install --save @platform6/platform6-connector
You can find an example of a service using this library here.
We rely on the library debug for debugging.
To display the logs of Platform 6, set the DEBUG
environment variable like this:
$ DEBUG=platform6:* node index.js
To filter the logs, please refer to the documentation of debug.
You will find the documentation of the methods exposed in the section API.
Please refer to changelog to see the descriptions of each release.
MIT © Platform 6