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 age of project #10

Closed SachaG closed 6 years ago

SachaG commented 6 years ago

I think it'd be important to know when a project started, if we have that data. Maybe just say "Created: March 2017" or "Created: December 2015". etc.

michaelrambeau commented 6 years ago

GitHub repo creation date has been added to data.

    {
      "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"
    }