Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

👨‍💻 Visualize your github profile.

License

NotificationsYou must be signed in to change notification settings

MrElvin/github-profile-chart

Repository files navigation

Visualize your github profile.

Inspired by Molunerfinn'snode-github-profile-summary

Live at:http://ghprofile.breezymelon.com/

Features

  1. Responsive layout
  2. Simple and fresh interface
  3. Support exporting images

Skills & Dependencies

Screenshot

Take my account as an example, sorry for my poor github data.

Your beautiful profile

MrElvin's Github Profile

Save and Download your profile as an image

MrElvin's Github Profile Capture

Run locally

Project config

  1. First you should generate a github personal access token athttps://github.com/settings/tokens

  2. Second you have to create a file in the project folder which name isproject.config.json. For example:

{"PORT":8080,"SOCKET_PORT":3000,"JWT_SECRET":"github-profile-chart","IS_STAR_REQUIRED":false,"TOKEN":"yourgithubpersonalaccesstoken"}
  • PORT

    backend server port

  • SOCKET_PORT

    socket server port

  • JWT_SECRET

    any string you like (use for json web token)

  • IS_STAR_REQUIRED

    if this field is true, you can only analyze the gist who has starred the repository (Recommend: false)

  • TOKEN

    paste your github personal access token here

Install

git clone git@github.com:MrElvin/github-profile-chart.gitcd github-profile-chartnpm install

Run

npm run buildnode app.js

Openhttp://localhost:3000 in your browser.

Enjoy ^_^

License

MIT

About

👨‍💻 Visualize your github profile.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp