https://github.com/davideviolante/repository-famous-users
Find out the most followed GitHub users that interacted (starred, watched or forked) with a repository.
https://github.com/davideviolante/repository-famous-users
express famous-users followers github github-api javascript pug repository stargazers
Last synced: about 2 months ago
JSON representation
Find out the most followed GitHub users that interacted (starred, watched or forked) with a repository.
- Host: GitHub
- URL: https://github.com/davideviolante/repository-famous-users
- Owner: DavideViolante
- License: mit
- Created: 2020-04-11T18:08:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T14:20:28.000Z (4 months ago)
- Last Synced: 2025-02-27T04:08:01.453Z (3 months ago)
- Topics: express, famous-users, followers, github, github-api, javascript, pug, repository, stargazers
- Language: JavaScript
- Homepage:
- Size: 666 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Repository Famous Users
Find out the most followed GitHub users that interacted (starred, watched or forked) with a repository.### Usage
1. Create a file called `.env`
2. Inside `.env` add your GitHub token as following: `GITHUB_TOKEN=123abc`
3. `npm i`
4. `npm start`
5. Go to http://localhost:3000/:owner/:repo/:endpoint where:
* owner is the author of the repo, eg: `DavideViolante`
* repo is the name of the repo, eg: `Repository-Famous-Users`
* endpoint is one of the following: `stargazers`, `subscribers`, `forks`
6. Wait until all the requests are completed
7. View the resulting page### Preview
### Author
* [Davide Violante](https://github.com/DavideViolante)