Skip to content

loicngr/NotifyMeTTV

Repository files navigation

NotifyMeTTV (notify-me-ttv)

Get notified when someone in your list has started livestream on Twitch

how to

  • With Kiwi Browser (based on chromium), you can download this extension and get notifications. mobile notification

Setup env

  • 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/'

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.