Skip to content

simov/stars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stars

Do You Even Trend?

tech stack

app size

minified + gzipped

file size notes
css 1.0KB -
app 2.7KB rollup + terser (no babel)
preact 3.4KB -
plotly 281KB 😬 cartesian module only

how

This app leverages native ES modules:

npm i
npm run render:dev

The app bundling is completely optional:

npm run build
npm run render:prod

limit

Currently the GitHub API have a hard limit of up to 400 pages returned for stargazers history for a given repository, meaning that only the first 40k stars can be explored with this app.

This project was inspired by StarTrack-js