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

https://github.com/ryym/giv

GitHub notifications viewer built on Electron
https://github.com/ryym/giv

Last synced: about 2 months ago
JSON representation

GitHub notifications viewer built on Electron

Awesome Lists containing this project

README

        

🚧 Under development

# Giv - GitHub Notification Viewer

Giv is a GitHub notification viewer.
This is a desktop app built on [Electron](https://electronjs.org/).

![screen shot](assets/screen-shot.png)

### Development

```bash
git clone https://github.com/ryym/giv
cd giv
npm install
npm start
```