Create Team

This commit is contained in:
robocoder99
2014-11-26 10:43:13 -05:00
parent 2c37b1e4d1
commit 905b54ca8a
+36
View File
@@ -0,0 +1,36 @@
{
"teamName": "Team Koders",
"members": [
{
"name": "Full Name",
"twitter": "twitter acct no @",
"koding": "koding username",
"location": "city, 2 digit country code"
},
{
"name": "Senthil A",
"twitter": "sent0hil",
"koding": "sent-hil",
"location": "Chennai, IN"
},
{
"name": "Sinan Yasar",
"twitter": "sinanyasar",
"koding": "sinan",
"location": "San Francsico, US",
"lead": true
},
{
"name": "Devrim Yasar",
"twitter": "devrimyasar",
"koding": "devrim",
"location": "San Francsico, US"
},
{
"name": "Nitin Gupta",
"twitter": "gniting",
"koding": "nitin",
"location": "Turin, IT"
}
]
}