contentfordevelopers icon indicating copy to clipboard operation
contentfordevelopers copied to clipboard

json file for housing contributors info

Open mathcodes opened this issue 2 years ago • 2 comments

URGENT: create a db.json file that holds contributors' info and an id (id, avatar_url, github_url) where each object in the JSON data has a key = contributor's GitHub handle like so:


{
  "mathcodes": {
    "id": "0",
    "avatar_url": "https://avatars.githubusercontent.com/u/17928947?v=4",
    "github_url": "https://github.com/mathcodes/",
  },
  "<NEXT_CONTRIBUTOR HANDLE": {
    "id": "0",
    "avatar_url": "<AVATAR_URL>",
    "github_url": "<GITHUB_URL>",
  },
...
}

mathcodes avatar Dec 17 '22 21:12 mathcodes