get-hash
v1.1.1
Published
Used to generate a hash for a given id and secret
Downloads
11
Readme
#get-hash Used to generate a hash for a given id and secret
Installation
npm install get-hash
Commandline
To install for use on commandline, add the -g
flag
npm install -g get-hash
Usage
const lib = require('get-hash');
console.log(lib.getHash(id, secret));
or on commandline
get-hash -i id -s secret
to generate an ID and Secret, run without any arguments
get-hash