All Projects → ez4o → github-contribution-graph

ez4o / github-contribution-graph

Licence: MIT License
Add beautiful GitHub contribution/commit graph to your profile README!

Programming Languages

go
31211 projects - #10 most used programming language
typescript
32286 projects
Makefile
30231 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to github-contribution-graph

peterthehan
My personal site and profile README.
Stars: ✭ 36 (-2.7%)
Mutual labels:  github-profile, github-readme, github-profile-readme, github-readme-profile
personal-branding
UHD designs for personal branding - banner, business card, and readme (PDFs and PNGs)
Stars: ✭ 19 (-48.65%)
Mutual labels:  github-profile, github-readme, github-profile-readme
jakejarvis
hey 👋
Stars: ✭ 15 (-59.46%)
Mutual labels:  github-profile, github-readme, github-profile-readme
Cool-Readme-ideas
🎉🎉🎉 Some cool ideas for your readme profile, enjoy :)
Stars: ✭ 72 (+94.59%)
Mutual labels:  github-profile, github-readme, github-profile-readme
jovanzers
Don't just fork, star it! 👀
Stars: ✭ 13 (-64.86%)
Mutual labels:  github-profile, github-readme, github-profile-readme
ouuan
A profile README with 86 stars and 152 forks 🌟
Stars: ✭ 86 (+132.43%)
Mutual labels:  github-profile, github-profile-readme
blackcater
Using Node.js to generate my Github profile readme automatically.
Stars: ✭ 84 (+127.03%)
Mutual labels:  github-profile, github-profile-readme
CommitCombo
깃허브 커밋 기록을 아름답게 꾸미는 프로젝트 ⭐
Stars: ✭ 31 (-16.22%)
Mutual labels:  github-profile, github-profile-readme
awesome-github-profile-readme
😎 A curated list of awesome GitHub Profile READMEs 📝
Stars: ✭ 13,674 (+36856.76%)
Mutual labels:  github-readme, github-profile-readme
github-readme-medium
📖 Dynamically generated your latest Medium article on your GitHub readmes!
Stars: ✭ 56 (+51.35%)
Mutual labels:  github-readme, github-profile-readme
github-readme-streak-stats
🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README
Stars: ✭ 1,395 (+3670.27%)
Mutual labels:  github-profile, readme-stats
SudhanPlayz
About me for GitHub <3
Stars: ✭ 24 (-35.14%)
Mutual labels:  github-profile, github-profile-readme
Raymo111
My awesome profile README
Stars: ✭ 110 (+197.3%)
Mutual labels:  github-profile, github-profile-readme
Coordinate-Cat
🟢 [Running] Please don't fork it. using lowlighter/metrics to retrieve and display information from github. Check the information in the tool author repository or raw.
Stars: ✭ 59 (+59.46%)
Mutual labels:  github-profile, github-profile-readme
ShreyaPrasad1209
GitHub Profile README.md
Stars: ✭ 13 (-64.86%)
Mutual labels:  github-profile, github-profile-readme
mayankchaudhary26
My Github readme profile
Stars: ✭ 13 (-64.86%)
Mutual labels:  github-readme, github-profile-readme
github-profile-3d-contrib
This GitHub Action creates a GitHub contribution calendar on a 3D profile image.
Stars: ✭ 230 (+521.62%)
Mutual labels:  github-profile, github-profile-readme
xtenzQ
📝🚀 Minimalistic profile README.md. Please ⭐ if you like it! ❤
Stars: ✭ 62 (+67.57%)
Mutual labels:  github-profile, github-profile-readme
swappy-one
swappy.one
Stars: ✭ 24 (-35.14%)
Mutual labels:  vite
vite-react-ts-tailwind-firebase-starter
Starter using Vite + React + TypeScript + Tailwind CSS. And already set up Firebase(v9), Prettier and ESLint.
Stars: ✭ 108 (+191.89%)
Mutual labels:  vite


github-contribution-graph


Table of Contents
  1. About The Project
  2. Getting Started
  3. Deploy Your Own Server
  4. Roadmap
  5. Contributing
  6. License
  7. Acknowledgments
  8. Contact

About The Project

screenshot

GitHub-Contribution-Graph is an awesome tool for dynamically generating contribution graphs that show your GitHub contributions.

It can be used anywhere, you can download the image, share the link, or paste the link in any markdown file, and it will render the image directly on the website.

(back to top)

Getting Started

Usage

https://github-contribution-graph.ez4o.com/?username=[YOUR_GITHUB_USERNAME]&last_n_days=[DAYS_YOU_WANT_TO_SHOW]&img_url=[ENCODED_IMAGE_URL]

Parameters

Parameter Necessity Description Default Value
username Required Your GitHub username. None
last_n_days Optional The n days to show on the chart. 0 < n < 365 7
img_url Optional Background image. Use url encode tool like https://www.urlencoder.org/. A Cat Image

Example

Assume we want:

  • username = wst24365888

  • last_n_days = 10

  • img_url = https://image.cache.storm.mg/media/image/2021/03/05/20210305-031458_U22011_M676060_ca39.gif

    Remember to encode it: https%3A%2F%2Fimage.cache.storm.mg%2Fmedia%2Fimage%2F2021%2F03%2F05%2F20210305-031458_U22011_M676060_ca39.gif

Then, we get:

  • https://github-contribution-graph.ez4o.com/?username=wst24365888&last_n_days=10&img_url=https%3A%2F%2Fimage.cache.storm.mg%2Fmedia%2Fimage%2F2021%2F03%2F05%2F20210305-031458_U22011_M676060_ca39.gif

And yeah! GitHub-Contribution-Graph actually supports gif!

gif-example

(back to top)

Deploy Your Own Server

These are some instructions on setting up your project locally, just follow these simple steps.

Prerequisites

Installation

  1. Clone the repo.

    git clone https://github.com/ez4o/github-contribution-graph.git
    cd github-contribution-graph
  2. Install npm packages.

    npm i
  3. Install Go modules.

    go get -u

    Go module acts really different between versions, if you have any problem installing Go modules, please try:

    1. Upgrade Go version to 1.17.x
    2. go mod tidy -compat="1.17"
    3. go get -u
  4. Fill in the GitHub token inside the configuration.

    cp config.json.example config.json

Generate Dist-SSR

  1. Use release command, and it will generate dist-ssr/ with a executable file inside.

    make release-windows

    or

    make release-linux
  2. Get dist-ssr/, and you can deploy it anywhere!

When execute, GitHub-Contribution-Graph will use port 8686 and 8687.

(back to top)

Roadmap

  • Customize Background Image
  • CSS Animation (actually, it's a SMIL animation lol)
  • New Parameter: last_n_days
  • More Patameters...

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feat/amazing-feature)
  3. Commit your Changes with Conventional Commits
  4. Push to the Branch (git push origin feat/amazing-feature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Acknowledgments

(back to top)

Contact

Author

Project Link

(back to top)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].