Added team.json file
Added team.json with 4 members
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user