Get notified when someone in your list has started livestream on Twitch
- With Kiwi Browser (based on chromium), you can download this extension and get notifications.
- Create new file:
src/dev-consts.js
export const DEV_TWITCH_CLIENT_ID = '{YOUR_TWITCH_CLIENT_ID_HERE}' // https://dev.twitch.tv/console/apps
export const DEV_TWITCH_REDIRECT_URL = 'https://{YOUR_EXTENSION_ID_HERE}.chromiumapp.org/'
yarn
# or
npm install
quasar dev
yarn lint
# or
npm run lint
quasar build