An open API service indexing awesome lists of open source software.

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

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