Skip to content

CyberFlameGO/star-history

 
 

Repository files navigation

🧩 Also available as chrome extension

Star History

https://star-history.com the missing GitHub star history graph of GitHub repos.

Star History Chart

👆 this is a live chart with the following code:

[![Star History Chart](https://api.star-history.com/svg?repos=bytebase/star-history&type=Date)](https://star-history.com/#bytebase/star-history&Date)

Sponsor

Bytebase.com is an open source, web-based database schema change and version control tool for teams.

✨ Features

  • Unique sketch xkcd feeling chart;
  • One-click generation of high-quality image for chart;
  • Support multiple chart view mode based on date or timeline;
  • Embed the real-time chart into GitHub readme or other websites (like the one we embed here on the top);
  • And various useful functions:
    • toggle repo visibility;
    • shortcut to input repo;
    • share on twitter quickly;
    • support input multiple repos;
    • ...wait for you finding out

🌠 Screenshots

🏗 Development

star-history is built with a modern tech stack: Vue + Vite + TailwindCSS.

Prerequisites

Install dependencies

pnpm i

Start with your interest

  • Main website is the homepage of star-history with most of useful features and blogs about open source.

    pnpm dev

    The website will be served at http://localhost:3000.

  • Chrome extension supports the basic chart viewer as a free additional product.

    pnpm build:ext

    Load the built ./dist folder as unpacked project to chrome extensions page.

  • API server is an experimental feature. It's mainly used to generate chart SVG image file that can be embeded into GitHub readme.

    cd server
    pnpm i && pnpm dev

    The API server will be running on http://localhost:8080.

About

The missing star history graph of GitHub repos - https://star-history.com

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • TypeScript 59.8%
  • Vue 36.3%
  • HTML 2.6%
  • JavaScript 1.2%
  • CSS 0.1%