Skip to content

thomscoder/glowhub

Repository files navigation

GlowHub

An embeddable 3D scene for your GitHub profile

Illuminate the room with your GitHub profile and a dynamic timeline of your contributions.

Try it out

Change the theme (orange, purple, green)

with

/YOUR USERNAME?theme=purple

Take a screenshot

with cmd + shift + s, to save a shareable .png image

Embedding in Your Website

You can embed your 3D GitHub profile in any website using an iframe. Here's how:

<iframe 
  src="https://glowhub.pages.dev/embed?username=YOUR_USERNAME&theme=orange"
  width="100%" 
  height="600px" 
  frameborder="0" 
  allowfullscreen
></iframe>

Parameters

  • username: Your GitHub username (required)
  • theme: The theme for the timeline (default: 'green')

Example

<iframe 
  src="https://glowhub.pages.dev/embed?username=thomscoder&theme=green"
  width="100%" 
  height="600px" 
  frameborder="0" 
  allowfullscreen
></iframe>

About

An embeddable 3D visualizer of your GitHub profile

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published