- Notifications
You must be signed in to change notification settings - Fork1
👨💻 Visualize your github profile.
License
MrElvin/github-profile-chart
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Visualize your github profile.
Inspired by Molunerfinn'snode-github-profile-summary
Live at:http://ghprofile.breezymelon.com/
- Responsive layout
- Simple and fresh interface
- Support exporting images
Take my account as an example, sorry for my poor github data.
First you should generate a github personal access token athttps://github.com/settings/tokens
Second you have to create a file in the project folder which name is
project.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
git clone git@github.com:MrElvin/github-profile-chart.gitcd github-profile-chartnpm installnpm run buildnode app.js
Openhttp://localhost:3000 in your browser.
Enjoy ^_^
About
👨💻 Visualize your github profile.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.

