/github-feed-chrome-extension

A Chrome extension for getting notifications for selectable events from your Github feed

Primary LanguageJavaScriptOtherNOASSERTION

github-feed-chrome-extension

Codeship Status for quitschibo/github-feed-chrome-extension Coverage Status Dependency Status

Setting up

For getting the extension run, you have to provide your github credentials. These credentials are:

  • A github token (you have to create one; look here to get it created)

Please DO NOT provide your password (even if it would work)! Please treat your token like your password!

Security considerations:

This extension is just for testing. The place for storing your token is NOT SAFE (localStorage)! If you remove this extension from your browser, please DELETE YOUR TOKEN! Thanks.

Tips for setting up the dev environment

  • There is a .editorconfig for configuring the IDE of your choice. Have a look here