Skip to content

🕵️‍♂️ A tool that lets you find the first commit(ter) of any public GitHub repository.

License

Notifications You must be signed in to change notification settings

khalidbelk/FirstCommitter

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

31f6e1e · Jan 27, 2025
Jan 27, 2025
Feb 25, 2024
Mar 24, 2024
Jan 22, 2025
Jan 22, 2025
Mar 30, 2024
Mar 30, 2024
Jan 22, 2025
Jan 22, 2025
Feb 3, 2024
Mar 16, 2024
Mar 24, 2024
Mar 30, 2024
Mar 30, 2024
Jan 21, 2025
Jan 27, 2025
Jan 27, 2025
Jan 27, 2025
Feb 3, 2024
Mar 16, 2024
Feb 3, 2024

Repository files navigation

FirstCommitter 🕵️‍♂️



FirstCommitter is a free & open-source tool that allows you to find the first commit of any public Github repository !
Visit the website and start using it :)


Don't forget to support the project by starring ⭐️ !


Note: Currently, FirstCommitter uses the public Github API for unauthenticated users, with a limit of 60 requests per hour per IP address. In the future, I plan to implement OAuth authentication allowing users to log in with their GitHub account and potentially increase their rate limit to 5,000 requests per hour if desired. You can read more about the public Github API limits here.

Usage

To run locally, you can use the following commands:

Install dependencies:

npm install

Start the development server:

npm run dev

To build :

npm run build

Contributions 📥

To contribute, fork this repository and open a pull request describing the fix or feature you're adding. Please ensure that your commits follow the conventional commit format.

License

This project is licensed under the MIT License - see the LICENSE file for details.