Skip to content

Chrome extension to see when you receive notifications from StackOverflow

Notifications You must be signed in to change notification settings

arthurakay/StackOverflow-Notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackOverflow-Notifications

Chrome extension to see when you receive notifications from StackOverflow

https://chrome.google.com/webstore/detail/stackoverflow-notificatio/ndeljpkeimafgobechdfejolnpgcjomi

Dependencies

The UI is built using React, so you'll need to install Babel to compile the JSX into JavaScript:

npm install -g babel-cli

The project also use grunt for the build process.

npm install -g grunt-cli

Then install npm dependencies and other stuff:

npm install

To build, run the following command:

grunt

Build outputs to build/.

Tests

...well there aren't (m)any. Yet.

lintroller is used to verify that some code passes JSHint (namely background.js), but the JSX code will eventually need to be linted as well (via eslint, once that is supported).

cp hooks/pre-commit .git/hooks/
chmod 777 .git/hooks/pre-commit

This will run lintroller before every commit, keeping our code clean!

About

Chrome extension to see when you receive notifications from StackOverflow

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages