Skip to content

Latest commit

 

History

History
executable file
·
40 lines (28 loc) · 1.27 KB

streamKey-doc.md

File metadata and controls

executable file
·
40 lines (28 loc) · 1.27 KB

modules/streamKey

command line account creation tool

Requires: module:bcrypt, module:colors
Author: Jimmy Doughten https://github.com/dough10
Example (Example usage of streamKey file.)

node modules/streamKey.js

modules/streamKey~checkEntry(name) ⇒ Promise

checks if a entry exists

Kind: inner method of modules/streamKey

Param Type
name String

modules/streamKey~createUser(name, key) ⇒ Void

adds a user & password to the database

Kind: inner method of modules/streamKey
Returns: Void - nothing

Param Type Description
name String username / stream name
key String authorization key / password