Skip to content

Yosshy-123/Qiita-Glyph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

136 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qiita Glyph

Visualize your Qiita activity as a single SVG


Overview

Qiita Glyph allows you to visualize your Qiita activity as a single SVG image.
You can embed it in your blog or README to showcase your activity at a glance.


Usage

You can get the SVG using the following URL format:

https://qiita-glyph.yosshy-123.workers.dev/[user_id]
  • Replace [user_id] with your Qiita user ID.
  • The default theme is light.

Dark Theme

Add ?theme=dark to the URL to get a dark-themed SVG:

https://qiita-glyph.yosshy-123.workers.dev/[user_id]?theme=dark

Example

Light theme:

Qiita Glyph

[![Qiita Glyph](https://qiita-glyph.yosshy-123.workers.dev/Yosshy_123)](https://qiita.com/Yosshy_123)

Dark theme:

Qiita Glyph

[![Qiita Glyph](https://qiita-glyph.yosshy-123.workers.dev/Yosshy_123?theme=dark)](https://qiita.com/Yosshy_123)

Releases

No releases published

Packages

No packages published