From f03b2e0a142e9b06e86ea067176211a14ff74ab6 Mon Sep 17 00:00:00 2001 From: Lucas Farah Date: Wed, 25 May 2016 07:43:52 -0700 Subject: [PATCH] Add Chaty by @LunarFlash (#315) --- contents.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contents.json b/contents.json index 314a8501..9dabd462 100644 --- a/contents.json +++ b/contents.json @@ -3733,6 +3733,12 @@ "category": "timer", "description": "A clock based off the famous fibonacci sequence.", "source": "https://github.com/scribblemaniac/Fibonacc-iClock" + }, + { + "title": "Chaty", + "category": ["firebase","communication"], + "description": "Anonymous chat app leveraging Google's Firebase, a NoSQL backend and WebSocket for real time data synching", + "source": "https://github.com/LunarFlash/Chaty" } ] }