From ed90c4557a5547965481f35519a1621ce1871829 Mon Sep 17 00:00:00 2001 From: Chinmay Joshi Date: Wed, 3 Dec 2014 22:28:54 +0530 Subject: [PATCH] Added team.json file Added team.json with 4 members --- Teams/Codetogo/team.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/Codetogo/team.json diff --git a/Teams/Codetogo/team.json b/Teams/Codetogo/team.json new file mode 100644 index 0000000..b109320 --- /dev/null +++ b/Teams/Codetogo/team.json @@ -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" + } + ] +}