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

https://github.com/leegeunhyeok/gito

🌿 Github 잔디 위젯
https://github.com/leegeunhyeok/gito

Last synced: 23 days ago
JSON representation

🌿 Github 잔디 위젯

Awesome Lists containing this project

README

        


Simple github commit history widget for `PC`


## How to use

1. Just typing your **Github ID** and Press `ENTER` or click `+` button

2. Done! so easy 😃

## Features

- 🏳️‍🌈 Change color theme
- You can change color theme
(Shortcut: `Ctrl + T`)

- 🆔 Change user ID
- Press `ESCAPE` key

- 🌚 Darkmode (>=0.0.3)

## Development
[Electron](https://electronjs.org) with [Vue.js](https://vuejs.org)!

#### Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# lint all JS/Vue component files in `src/`
npm run lint

```

---