Skip to content

rokumura7/github-chart

Repository files navigation

ci Maintainability Test Coverage

GitHub last commit

GitHub

GitHub forks GitHub Repo stars

github-chart

github-chart 📈

github-chart will chart your monthly commit count :octocat:

[![github-chart](https://github-chart.vercel.app/api?user={your username})](https://github.com/{your username}/github-chart)

↑ Just copy it and paste on your README.md ↑

for Developers 👾

Contributing Guide 😍

  1. Report a issue and discuss
  2. Fork the repo and create new branch from main
  3. Implement an enhancement on your local
  4. Issue that Pull Request to main

Setting Guide 💡

Copy the dotenv file.

cp .env.sample .env

Edit the dotenv file to define your GitHub token.

vi .env

Run the code on your local.

vercel dev

NOTE: Please install Vercel CLI in advance.

Then, go to localhost:3000/api?user=rokumura7.