An open API service indexing awesome lists of open source software.

https://github.com/maxigimenez/github-notify-desktop

Mac menu extension to follow the open issues of Github's repositories
https://github.com/maxigimenez/github-notify-desktop

Last synced: about 1 year ago
JSON representation

Mac menu extension to follow the open issues of Github's repositories

Awesome Lists containing this project

README

          

**No longer maintained**

# Github Notify for Mac

Same behavior as [github-notify](https://github.com/maxigimenez/github-notify) but now as menu on Mac OS.

![](http://s15.postimg.org/evldkj0ij/Screen_Shot_2015_04_28_at_12_52_01_PM.png)

## Install dependencies

```bash
npm install;
```

## Start the app

```bash
npm run start;
```

## Create .app

This will create `GithubNotify.app` which contain all the files of the app, you can copy that into your application folder and start using it!

```bash
npm run build;
```

## License

[MIT](LICENSE.md)