Skip to content

Small website to search for github repositories and compare commit activity

Notifications You must be signed in to change notification settings

d01000100/repo-monitor

Repository files navigation

Github reposotiry commit activity monitor.

Allows you to search Github repositories by name and compare their last year's commit activity. Useful to evaluate the "vital signs" of libraries and frameworks.

Uses Next, redux, tailwind, MUI X's LineGraph components.

To run in development

Install dependencies

npm install

or

pnpm install

Add a github token

To contact the github API, a github token is needed.

The server expects it to be set at the environment variable GITHUB_TOKEN.

You can get a token following this manual

After getting your token, create an .env file at the root of this project like:

GITHUB_TOKEN=YOUR_TOKEN_HERE

Run local server

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

Small website to search for github repositories and compare commit activity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published