This package has been deprecated

Author message:

I switched from Resilio to Syncthing

resilio-sync
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Resilio Sync NodeJS abstraction

NPM Version node Dependency Status Dev Dependency Status

Resilio Sync Abstraction

This abstraction was created to support the Resilio Sync Home software on headless devices.

Install

$ npm install resilio-sync

Usage

const ResilioSync = require('resilio-sync');

const resilio = new ResilioSync('/usr/bin/rslsync');

resilio.syncConfig({
	device_name: 'bob',
	storage_path: '/tmp/test',
	...
})

// enjoy

await resilio.stop()

See TypeScript types for more info

/resilio-sync/

    Package Sidebar

    Install

    npm i resilio-sync

    Weekly Downloads

    0

    Version

    2.0.1

    License

    MIT

    Unpacked Size

    15.6 kB

    Total Files

    21

    Last publish

    Collaborators

    • edjopato