bluesky-client-libnodejs
v0.0.1
Published
The testing package version 0.0.0 of client library connecting blue-sky server (The library responds as a browser HTTP client).
Downloads
4
Readme
bluesky-client-libnodejs
The testing package version 0.0.0 of client library connecting blue-sky server (The library responds as a browser HTTP client).
How to
- install
npm install bluesky-client-libnodejs
- write the code (for example)
[ listed.js ]
var blueskyconn = require('bluesky-client-libnodejs');
var conn = new blueskyconn('http://127.0.0.1:8189', 'guest', 'guest');
conn.list_ed();
- running the code
node listed.js
Author: Praween AMONTAMAVUT