twitch-auth
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "twitch-auth", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Utility module for handling Twitch.tv chatbot authentication.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -291,1 +291,22 @@ # twitch-auth | ||
``` | ||
My `config.json` looks like this: | ||
``` | ||
{ | ||
"tmi": { | ||
"channels": [ | ||
"laddspencer" | ||
], | ||
"username": "PhantsBot" | ||
} | ||
} | ||
``` | ||
My `creds.json` looks like this (no, those are not real creds, use your own!): | ||
``` | ||
{ | ||
"client_id": "4jkcd8ejjwkemvnhuewnc98ku87uyh", | ||
"client_secret": "d9rkkijun4jfunywhqssx6456hey7u" | ||
} | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11426
312