https://github.com/maxigimenez/github-notify
chrome extension to watch the open issues of Github's repositories
https://github.com/maxigimenez/github-notify
Last synced: over 1 year ago
JSON representation
chrome extension to watch the open issues of Github's repositories
- Host: GitHub
- URL: https://github.com/maxigimenez/github-notify
- Owner: maxigimenez
- Created: 2015-02-10T21:06:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T14:38:55.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T20:12:33.158Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 1.01 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**No longer maintained**
# Github-Notify
Chrome extension to follow the open issues on Github's repositoriers that you want.
## How to use
### Step 1 - Clone repository
```
git clone git@github.com:maxigimenez/github-notify.git
```
### Step 2 - Install dependencies
```
bower install
```
### Step 3 - Load extension in chrome
To load the unpacked extension please follow [this instructions](https://developer.chrome.com/extensions/getstarted#unpacked) is real simple and quick.
### Step 4 - Generate a github token
Once the chrome extension is installed, to use it and get the content from Github is necessary have a access token, please go [here](https://help.github.com/articles/creating-an-access-token-for-command-line-use/#creating-a-token) and follow the steps to create a token, be sure to check the scope for `Access private repository` without this permiss the chrome won't work.
### Step 5 - Complete the form
Besides the access token of Github is necessary set the account name where are the repositories, plus the list of the repos that we want to `watch` separated by comma.
**That's it!** after complete all the form and click in save, you should start see the open issues of each repository.
## Changelog
### 2015-02-11
- Support only one account
- Saving information in localStorage
- unpacked chrome extension