bestofjs / javascript-risingstars

:stars: An overview of the JavaScript landscape in 2023: trends about frontend, Node.js, fullstack frameworks, build tools, testing, Vue.js, React, state management...
https://risingstars.js.org
1.02k stars 56 forks source link

Show total number of stars #4

Closed SachaG closed 2 years ago

SachaG commented 6 years ago

I feel like we should also be able to see the total number of stars. For example, it would let us see how far Vue still is from React, and estimate when it will catch up.

michaelrambeau commented 6 years ago

The total number of stars has been added to data (stars property)

    {
      "name": "React",
      "url": "https://reactjs.org",
      "full_name": "facebook/react",
      "description":
        "A declarative, efficient, and flexible JavaScript library for building user interfaces.",
      "owner_id": 69631,
      "tags": ["framework", "vdom", "react"],
      "delta": 27684,
      "stars": 84500,
      "created_at": "2013-05-24T16:15:54.000Z",
      "icon": "react.svg"
    }
michaelrambeau commented 2 years ago

4 years later (!), we show the total number of stars among project details. Everything happens!

Done here: https://github.com/bestofjs/javascript-risingstars/pull/86