Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.
/ Twitch-Alert-Addon Public archive

Browser addon that notify the user when a defined twitch streamer is streaming live

License

Notifications You must be signed in to change notification settings

Eliepse/Twitch-Alert-Addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Alert

GitHub version license

Twitch Alert is an web browser addon that notify the user when a defined streamer is in live on Twitch.

This plugin is related to the project Twitch Live Checker who actually clusterize plugin requests to Twitch. However, you can use/fork this addon base and adapt it to your needs !

Compatibility

Tested on :

  • Firefox >= 45
  • Chrome

Dependencies

  • npm
  • gulp

Flexibility

This addon attempt to be flexible in the way it makes requests. You can modify the the config file in that way.

Workflow

Configure

The workflow

Copy src/config.js to src/config.dev.js Copy src/manifest.json to src/manifest.dev.json

Write your development configurations in the new files, and your production configurations in the others.

Build

You have two way to build the addon

Develop

  1. Run npm install
  2. Run gulp make or gulp watch
  3. The addon is build in the addon/ folder. You can use it to test your addon with your browser.

Production

To let the app build with the non-development files (config.js instead of config.dev.js, etc), siply run the following :

gulp make --production

Attribution

About

Browser addon that notify the user when a defined twitch streamer is streaming live

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published