synergy-serial
v1.1.0
Published
Generate a Synergy serial code.
Downloads
82
Maintainers
Readme
Synergy Serial
Generate a Synergy serial code. This is possible since Synergy is open source. Best used with https://sourceforge.net/projects/synergy-stable-builds/. Suitable for NON-COMMERCIAL USE.
Install
npm install synergy-serial
Usage
const synergySerial = require("synergy-serial")
synergySerial();
//=> '7B76313B70726F3B4C7563792043616E6E6F6E3B39393B6E6F68406261767570617A692E70773B4C7563792043616E6E6F6E3B303B307D'
synergySerial({name: "Humairaa Novak", userLimit: 99, email: "[email protected]"})
//=> '7B76313B70726F3B48756D6169726161204E6F76616B3B39393B616E675A68406578616D706C652E636F6D3B48756D6169726161204E6F76616B3B303B307D'
synergySerial({name: "Humairaa Novak", userLimit: 99, email: "[email protected]", version: 2, edition: "pro"})
//=> '7B76323B6D61696E74656E616E63653B70726F3B48756D6169726161204E6F76616B3B39393B616E675A68406578616D706C652E636F6D3B48756D6169726161204E6F76616B3B303B307D'
API
synergySerial(options?)
options
Type: object
name
Type: string
Default: (randomly generated)
The name of the user.
userLimit
Type: number
Default: 99
The user limit.
Type: string
Default: (randomly generated)
The email of the user.
business
Type: string
Default: (same as name
)
The business of the user.
edition
Type: string
Default: pro
The edition of the software.
version
Type: number
Default: 1
The version of the key. Version 1 works on Synergy v1 and version 2 works on Synergy v1 (recent versions), v2 and v3.