Repository-Famous-Users

Find out the most followed GitHub users that interacted (starred, watched or forked) with a repository.

MIT License

Stars
4

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

Related Projects