Create team.json

This commit is contained in:
Elise R.
2014-11-26 12:14:05 -05:00
parent d89f6305fe
commit 5f8834eceb
+54
View File
@@ -0,0 +1,54 @@
{
"teamName": "Team Koders",
"members": [
{
"name": "Full Name",
"twitter": "twitter acct no @",
"koding": "koding username",
"location": "city, 2 digit country code"
},
{"name":"Elise Ralph",
"twitter": "wiseeddy",
]
}
{
"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"
}
]
}