0.2.0 • Published 11 years ago

btsync-api v0.2.0

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

btsync-api

BitTorrent Sync API Client

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