Merge pull request #829 from wpferguson/master

Team-yrral PR
This commit is contained in:
Nitin Gupta
2014-12-03 00:40:38 -08:00
2 changed files with 45 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Team yrral
Trying to save the world, one line of code at a time
## About Us
- Larry
- Ben
- Bill: I've come a long way since punching cards to write my first programs :-)
## Languages
- Ruby
- Javascript/Coffeescript
+30
View File
@@ -0,0 +1,30 @@
{
"teamName": "Team yrral86",
"members": [
{
"name": "Full Name",
"twitter": "twitter acct no @",
"koding": "koding username (required)",
"location": "city, 2 digit country code"
},
{
"name": "Larry Reaves",
"twitter": "",
"koding": "yrral86",
"location": "Frostburg, MD"
"lead": true
},
{
"name": "Ben Plunkert",
"twitter": "",
"koding": "",
"location": "San Francsico, US",
},
{
"name": "Bill Ferguson",
"twitter": "",
"koding": "wpferguson",
"location": "Glen Easton, WV"
}
]
}