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

https://github.com/firestreaker2/github-stats

A simple website to check the stats for GitHub.
https://github.com/firestreaker2/github-stats

github nextjs nodejs react stats

Last synced: 3 months ago
JSON representation

A simple website to check the stats for GitHub.

Awesome Lists containing this project

README

          

![GitHub-Stats](https://socialify.git.ci/FireStreaker2/GitHub-Stats/image?description=1&font=Raleway&forks=1&issues=1&logo=https%3A%2F%2Fgithub-stats.firestreaker2.gq%2Ffavicon.svg&name=1&owner=1&pattern=Charlie%20Brown&pulls=1&stargazers=1&theme=Light)

# About
GitHub Stats is a web app built with [Next.js](https://nextjs.org). It's purpose is to check user and repository stats for GitHub, but also to help me get aquainted with Next. It utilizes the [GitHub API](https://api.github.com) in order to retrieve the stats, and then renders it with React.

# Usage
To use this, simply visit [the website](https://github-stats.firestreaker2.gq) and search someone up!

# Selfhosting
If you would like to selfhost this project, you may.
```bash
$ git clone https://github.com/FireStreaker2/GitHub-Stats.git
$ cd GitHub-Stats
$ npm i
```
For development:
```bash
$ npm run dev
```
For production:
```bash
$ npm run build
$ npm start
```

# Contributing
If you would like to contribute, you can fork the repo and make a PR, or contact me via email @ ``suggestions@firestreaker2.gq``

# License
[MIT](https://github.com/FireStreaker2/GitHub-Stats/blob/main/LICENSE)