A Next.js app for Github Insights of an User.
Get following Insights for any github user:
- Public Repos
- Followers
- Following
- Gists
- Profile
https://user-insights.vercel.app/
GET /api/getData
Query | Type | Description |
---|---|---|
username |
string |
Required. Github username for fetching data |
Clone the project
git clone https://github.com/ssahibsingh/github-user-insights
Go to the project directory
cd github-user-insights
Install dependencies
npm install
Start the server
npm dev
To run this project, you will need to add the following environment variables to your .env file
GITHUB_TOKEN
Create your own Github token from here
Contributions are always welcome! Just raise an issue, we will discuss it.
If you have any feedback, please reach out to me here