Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T09:05:13.000Z (19 days ago)
- Last Synced: 2024-10-21T12:47:38.616Z (19 days ago)
- Topics: express, famous-users, followers, github, github-api, javascript, pug, repository, stargazers
- Language: JavaScript
- Homepage:
- Size: 1 MB
- 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
![Preview](https://raw.githubusercontent.com/DavideViolante/Repository-Famous-Users/master/demo.png "Preview")### Author
* [Davide Violante](https://github.com/DavideViolante)