This Chrome extension allows users to subscribe to repositories for push and pull request notifications. Note: Intially this was a complete extension but later on this push notification service has been migrated from the extension to the web due to new Chrome Manifest V3 restrictions that do not support non-Google authentication logins.
- Subscribe to repositories to receive notifications for push and pull requests.
- Integrated with GitHub API for real-time updates.
- Built with Vite React, Node.js with Express, and TypeScript.
-
Clone the repository:
git clone https://github.com/your-username/github-chrome-extension.git cd github-chrome-extension
-
Install dependencies using npm in both client/ and server/:
npm install
-
Create a .env file based on .env.example and configure your environment variables.
-
Install dependencies using npm in both client/ and server/:
npm run dev
Contributions are welcome! Please fork this repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤ by Vishnu