Synology-NodeJS-API
A NodeJS API to communicate with your Synology NAS
You can :
- Login and logout to your Synology NAS
- Communicate with DownloadCenter application (Go to wiki for more information)
Installation
npm install synology-api
Create your Synology Object
var syno = protocol = "HTTP" address = "192.168.0.0" port = "5000" username = "admin" password = "password" debug = true;
Now, you can get all tasks from your Synology Nas like that
synoAuth;
And when you do your business, logout :-)
dataAuth;
For documentation go to https://github.com/Clowning/Synology-NodeJS-API/wiki