Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bouvens/mutual-github
Check out and count your mutual and non-mutual followers on GitHub
https://github.com/bouvens/mutual-github
Last synced: about 7 hours ago
JSON representation
Check out and count your mutual and non-mutual followers on GitHub
- Host: GitHub
- URL: https://github.com/bouvens/mutual-github
- Owner: bouvens
- License: mit
- Created: 2024-06-03T18:37:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T17:55:02.000Z (3 months ago)
- Last Synced: 2024-08-08T20:47:17.064Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 650 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mutual GitHub Followers and Non-Mutual
It is a micro project to help you find mutual and not mutual followers on GitHub. This uses an official API with a token (not included).
![Demo screenshot](https://raw.githubusercontent.com/bouvens/mutual-github/main/screenshot.png)
## Getting Started
First, clone the project.
Then add `.env` file with content similar to `.env.example` with
```dotenv
GITHUB_TOKEN=xxxyyyzzz
```Where `xxxyyyzzz` should be your token that you can take from [settings](https://github.com/settings/tokens).
And you are ready to run the development server:
```bash
npm run dev
```Open [http://localhost:3001](http://localhost:3001) with your browser to see the result.
Start editing the page by modifying `app/page.jsx`. The page auto-updates as you edit the file.
## Links
* GitHub API for [followers](https://docs.github.com/en/rest/users/followers)
* GitHub API for [pagination](https://docs.github.com/en/rest/using-the-rest-api/using-pagination-in-the-rest-api)
* Connections icon by Icons8