@livecord/notify
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@livecord/notify", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Notifier for Youtube and Twitch.", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -17,3 +17,4 @@ # [@livecord/notify](https://npmjs.com/package/@livecord/notify) | ||
### Twitch | ||
## Twitch | ||
--- | ||
```js | ||
@@ -43,3 +44,3 @@ const { Twitch } = require('@livecord/notify'); | ||
##### How to get Twitch Token? | ||
#### How to get Twitch Token? | ||
```js | ||
@@ -55,3 +56,4 @@ const { Twitch } = require('@livecord/notify'); | ||
### Youtube | ||
## Youtube | ||
--- | ||
```js | ||
@@ -69,3 +71,3 @@ const { YouTube } = require('@livecord/notify'); | ||
youtube.on('upload', video => { | ||
console.log('Youtube uploaded video'); | ||
console.log('Youtube new video!', video); | ||
}) | ||
@@ -72,0 +74,0 @@ ``` |
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
10014
73