Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)