https://github.com/LorenKociko/github-followers-tracker
A simple web-app that keeps track of your GitHub's followers. You can easily spot who followed or unfollowed you since your last visit.
https://github.com/LorenKociko/github-followers-tracker
check checker follow followers following github-tracker html-css-javascript tracker unfollow
Last synced: 2 months ago
JSON representation
A simple web-app that keeps track of your GitHub's followers. You can easily spot who followed or unfollowed you since your last visit.
- Host: GitHub
- URL: https://github.com/LorenKociko/github-followers-tracker
- Owner: LorenKociko
- Created: 2021-12-22T19:03:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T13:26:00.000Z (about 1 year ago)
- Last Synced: 2025-07-21T09:44:37.856Z (3 months ago)
- Topics: check, checker, follow, followers, following, github-tracker, html-css-javascript, tracker, unfollow
- Language: JavaScript
- Homepage: https://lorenkociko.com/projects/GitHub-Tracker/
- Size: 15.6 KB
- Stars: 21
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Followers / Following Tracker
A simple web-app that keeps track of your github's followers. You can easily spot who followed or unfollowed you since your last visit.
## How it works?
The first time you enter nothing will happens... exciting right?? You will just be shown lists of followers and the people you follow. But in fact, under the hood, the tracking has started.
So the next time you visit the site, you can easily see all the changes that have happen.
As you guessed, "+" means new entries, and "-" means removed rentries AKA people who unfollowed you.
You can also click the "Save" button, for a new tracking to start from now on, and discard all previous changes.
### You can try it yourself [Here](https://lorenkociko.com/projects/GitHub-Tracker/).