0.0.1 • Published 9 years ago

bluesky-client-libnodejs v0.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

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

0.0.1

9 years ago

0.0.0

9 years ago