btsync-api

0.2.0 • Public • Published

btsync-api

BitTorrent Sync API Client

Build Status Coverage Status Dependency Status

Install

npm install btsync-api

API Commands

  • licence
  • getostype
  • getsettings
  • getversion
  • checknewversion
  • getuserlang
  • iswebuilanguageset
  • getdir params: dir: absolute path in file system
  • getsyncfolders

Example

var client = require('btsync-api')();
client.on('ready', function() {
  client.call('getosinfo', function(err, osInfo) {
    console.log(err, osInfo);
  })
});
client.on('error', console.error);

Licence

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i btsync-api

Weekly Downloads

2

Version

0.2.0

License

MIT

Last publish

Collaborators

  • bencevans