Skip to content

atolix/langflux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

langflux

Generate a GitHub language profile SVG from a public user's repositories.

 2026-05-10 20 39 08

Usage

![Language canvas](https://your-worker.example.com/profile.svg?username=<username>)

Replace <username> with the GitHub username you want to render.

Local Development

Create .dev.vars:

GITHUB_TOKEN=your_github_token

Then run:

npm install
npm run dev

Open:

http://localhost:8787/profile.svg?username=<username>

Deploy

Set the GitHub token as a Cloudflare Workers secret:

npx wrangler secret put GITHUB_TOKEN

Then deploy:

npm run deploy

About

Generate GitHub language profile SVGs with a marble-style canvas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors