All Projects → bytebase → star-history

bytebase / star-history

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

Programming Languages

typescript
32286 projects
Vue
7211 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to star-history

Star History
The missing star history graph of GitHub repos - https://star-history.com
Stars: ✭ 2,534 (-11.68%)
Mutual labels:  history, star, star-history, github-star, github-star-history
valorant.js
This is an unofficial NodeJS library for interacting with the VALORANT API used in game.
Stars: ✭ 48 (-98.33%)
Mutual labels:  history
binance-profit-calculator
Just some Trade History import tool to see how much profit you made. If you have bags (unsold coins) it tries to take those into account as well.
Stars: ✭ 30 (-98.95%)
Mutual labels:  history
StarRateView
swift五星评分,星星评分控件,支持自定义数量、拖拽、0.1颗星等多种操作
Stars: ✭ 22 (-99.23%)
Mutual labels:  star
ofxHistoryPlot
Visualize value history on a configurable graph
Stars: ✭ 40 (-98.61%)
Mutual labels:  history
ultra-router
Router for component-based web apps. Pair with React or <BYOF />.
Stars: ✭ 35 (-98.78%)
Mutual labels:  history
react-redux-starter-kit
Get started with React, Redux, Webpack and eslint
Stars: ✭ 29 (-98.99%)
Mutual labels:  history
iwata-asks-downloader
Tool to download Iwata Asks interviews (none of which are stored in this repo)
Stars: ✭ 17 (-99.41%)
Mutual labels:  history
star
An experimental programming language that's made to be powerful, productive, and predictable
Stars: ✭ 88 (-96.93%)
Mutual labels:  star
rafagas
Daily geospatial links curated by Raf Roset
Stars: ✭ 17 (-99.41%)
Mutual labels:  history
Bitcoin-wallet-cracker
Automated Bitcoin wallet generator that with mnemonic and passphrases bruteforces wallet addresses
Stars: ✭ 140 (-95.12%)
Mutual labels:  star
ionic2-firebase-hackathon-starter
A hackathon starter for ionic2 using firebase, already has user authentication, reset password, google login etc
Stars: ✭ 34 (-98.81%)
Mutual labels:  star
ADE9078-3PhaseWattmeter
An Isolated design for a demo board using the Analog Devices ADE9078 3 phase AC wattmeter. Design allows both WYE (STAR) and Delta (TRIANGLE) distributions to be measured along with Blondel and non-Blondel measurement schemes. The project includes a SPI based Arduino style library.
Stars: ✭ 24 (-99.16%)
Mutual labels:  star
mongoose-slug-plugin
Slugs for Mongoose with history and i18n support (uses speakingurl by default, but you can use any slug library such as limax, slugify, mollusc, or slugme)
Stars: ✭ 21 (-99.27%)
Mutual labels:  history
programming-history
Inspired by Cajori’s A History of Mathematical Notations, and/or TV Tropes.
Stars: ✭ 44 (-98.47%)
Mutual labels:  history
EMF
Extended Mechanics & Flavor
Stars: ✭ 33 (-98.85%)
Mutual labels:  history
MapMoves
View your Moves app and Arc app/LocoKit location history summary on map
Stars: ✭ 35 (-98.78%)
Mutual labels:  history
UndoRedo.js
A powerful and simple JavaScript library provides a history for undo/redo functionality. Just like a time machine! 🕐
Stars: ✭ 19 (-99.34%)
Mutual labels:  history
StarView
即刻 APP 收藏按钮的实现
Stars: ✭ 73 (-97.46%)
Mutual labels:  star
bitcoin-development-history
Data and a example for a open source timeline of the history of Bitcoin development
Stars: ✭ 27 (-99.06%)
Mutual labels:  history

🧩 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

Free chrome extension

🏗 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].