All Projects → bencevans → node-btsync-api

bencevans / node-btsync-api

Licence: other
BitTorrent Sync API Client

Programming Languages

javascript
184084 projects - #8 most used programming language

btsync-api Build Status Coverage Status

BitTorrent Sync API Client

Install

$ npm install btsync-api

API

  • 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 © Ben Evans

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].