ermesonqueiroz / github-notifications

A simple application to add a github notifications indicator in System Tray.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Notifications

A simple application to add a github notifications indicator in System Tray.

⚙️ Requirements

You need a Personal Access Token, with notifications scope selected. Managing your personal access tokens.

🚀 Setup

# Clone the Repository
git clone git@github.com:ermesonqueiroz/github-notifications.git

cd github-notifications

# Create the .env file
cp .env.example .env

npm install

Then, you need add your Personal Access Token in .env file.

Now, you can generate the .flatpak file to install the project in your machine.

npm run make

Github Notifications is an open-sourced software licensed under the MIT license.

About

A simple application to add a github notifications indicator in System Tray.

License:MIT License


Languages

Language:JavaScript 100.0%