1.1.1 • Published 5 years ago

get-hash v1.1.1

Weekly downloads
3
License
BSD-2-Clause
Repository
github
Last release
5 years ago

#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
1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago