DEV Community

nurgasemetey
nurgasemetey

Posted on

I made a tool which analyses your Github star history

Hi everyone!

I always wondered what my github star history could tell about me. So decided to analyze star history by month.


In Github, you can assign topic to repository.

For example, material-ui has following topics:

Alt Text

By using Github API, I fetched all my star history and grouped by month.

And here is the result:

Alt Text


You can also view your own top topics from the following link:

https://top-topics-by-github-stars.netlify.app/

Here is the source code: https://github.com/nurgasemetey/top-topics-by-github-stars/

Oldest comments (2)

Collapse
 
cavo789 profile image
Christophe Avonture

Hello. Just for info : Last year, I was searching for such software and found one. Take a look to app.astralapp.com/; perhaps can you find some ideas. Thanks for your sharing.

Collapse
 
nurgasemetey profile image
nurgasemetey

Thanks for suggestion, it seems awesome.