From 09ba92c276d312e58a6a5ab3c77acb3f8acf840b Mon Sep 17 00:00:00 2001 From: Jesi Date: Sun, 30 Nov 2014 22:47:34 -0400 Subject: [PATCH] Added initial team information --- Teams/CoquiHackers/team.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/CoquiHackers/team.json diff --git a/Teams/CoquiHackers/team.json b/Teams/CoquiHackers/team.json new file mode 100644 index 0000000..9328009 --- /dev/null +++ b/Teams/CoquiHackers/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Coqui Hackers", + "members": [ + { + "name": "Jesiniel Nieves Ortiz", + "twitter": "jesipr", + "koding": "jesipr", + "location": "Canovanas, PR" + }, + { + "name": "Roberto C. Rivera Reyes", + "twitter": "gossens73", + "koding": "robertorivera16", + "location": "Comerio, PR" + } + ] +}