bluesky-client-libnodejs

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i bluesky-client-libnodejs

Weekly Downloads

1

Version

0.0.1

License

ISC

Last publish

Collaborators

  • not001praween001