ed90c4557a
Added team.json with 4 members
31 lines
616 B
JSON
31 lines
616 B
JSON
{
|
|
"teamName": "Codetogo",
|
|
"members": [
|
|
{
|
|
"name": "Anurag Patel",
|
|
"twitter": "anurag1695",
|
|
"koding": "anurag95",
|
|
"location": "Ahmedabad, IN"
|
|
},
|
|
{
|
|
"name": "Chinmay Joshi",
|
|
"twitter": "chinmaynj",
|
|
"koding": "chinmayj",
|
|
"location": "Vadodara, IN",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Fong King Yew",
|
|
"twitter": "kingyew11",
|
|
"koding": "kingyew",
|
|
"location": "Kuala Lumpur, MY"
|
|
},
|
|
{
|
|
"name": "Korak Purkayastha",
|
|
"twitter": "qriousguy",
|
|
"koding": "qriousguy",
|
|
"location": "Kolkata, IN"
|
|
}
|
|
]
|
|
}
|