btsync-api
v0.2.0
Published
Bittorent Sync API Client
Downloads
22
Readme
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 systemgetsyncfolders
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