https://github.com/rakin406/gitro
GitHub API project
https://github.com/rakin406/gitro
api github nextjs scraping website
Last synced: 3 months ago
JSON representation
GitHub API project
- Host: GitHub
- URL: https://github.com/rakin406/gitro
- Owner: rakin406
- Created: 2026-03-27T11:29:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-27T19:58:34.000Z (3 months ago)
- Last Synced: 2026-03-28T02:20:34.726Z (3 months ago)
- Topics: api, github, nextjs, scraping, website
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitro
Gitro lets you check the most maintained GitHub repositories.
## Environment Variables
You need these environment variables in your `.env` file:
```
GITHUB_APP_ID=
GITHUB_INSTALLATION_ID=
GITHUB_PRIVATE_KEY=
```
Replace the placeholders with actual values.
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## FAQ
* **Why did you make this website?**
As developers, we sometimes get confused about what framework
to choose for our next project. It's important to choose
a framework that is maintained and has not _turned to dust_.
That's why I created this website to find the most
maintained projects from a list of GitHub repositories.
## Contributing
Contributions, bug reports, and feature requests are welcome! Feel free to open an issue or submit a pull request on GitHub.
## Contact
Rakin Rahman - rakinrahman406@gmail.com