Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.96 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.96 KB

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.