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
- Host: GitHub
- URL: https://github.com/ryym/giv
- Owner: ryym
- Created: 2017-03-19T07:51:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T23:36:40.000Z (about 7 years ago)
- Last Synced: 2025-01-17T15:47:36.317Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 687 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).
### Development
```bash
git clone https://github.com/ryym/giv
cd giv
npm install
npm start
```