0.9.19 • Published 10 years ago

syncthing-node v0.9.19

Weekly downloads
3
License
GPL-3.0
Repository
-
Last release
10 years ago

syncthing-node

A promises-based API client for the Syncthing REST API in Node.js.

Installation

npm install syncthing-node

Usage

st = require('syncthing-node')

st.version()
	.then (result) ->
		console.log 'Version: ' + result
	.catch (error) ->
		console.log 'Error while attempting to get version: ' + error

Tests

coffee test.coffee

Reference

Credits

Copyright © 2014 Aral Balkan. Licensed under GNU GPLv3. Released with ❤ by ind.ie

0.9.19

10 years ago

0.9.18

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago