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
- ~createUser(name, key) ⇒
Void
- ~checkEntry(name) ⇒
checks if a entry exists
Kind: inner method of modules/streamKey
Param | Type |
---|---|
name | String |
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 |