Skip to content

Node package to get a Synology URL based on a QuickConnect ID.

License

Notifications You must be signed in to change notification settings

taurgis/npm-quickconnectid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-quickconnectid

Node package to get a Synology URL based on a QuickConnect ID.

Example:

var quickconnect = require('quickconnectid');

quickconnect.determineServerURL('[QUICK CONNECT ID]', function(url) {
  console.log('Working server found at: ' + url);
}, function(error) {
  console.log('Error finding server: ' + error);
});

About

Node package to get a Synology URL based on a QuickConnect ID.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages