Of course there are plenty of tools to check JS library popularity with npm download count, but can that figure fairly represent a real market share? Let’s say we saw an npm package download 1K times this week, it’s hard to say if the package is popular or not considering it depends on its competitor data and how many projects are not downloading it.
I think the obvious way to check if a library is on the trend is just to check how many real GiHub front-end repositories really use it.
That’s how this tool works: it fetches the latest updated repositories on GitHub and analyzes their dependencies every day.
More features will be coming, like checking the version distribution for a specific library.
CSS GUI