tweetcast/nodejs/conf.js
changeset 410 bf5cf5a9e737
parent 409 f7ceddf99d6d
parent 406 86b62b98fea7
child 411 0471e6eb8a1b
child 412 97c082990f8d
--- a/tweetcast/nodejs/conf.js	Wed Dec 07 19:28:46 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-/* CONFIGURATION FILE USED BY BOTH CLIENT AND SERVER */
-
-var app_port = 8000,
-    tracking_keyword = "Obama,Bieber",
-    annotations = {
-        "default" : {
-            "colors" : {
-                "tweet" : "#ffffff",
-                "timeline" : "#585858"
-            }
-        },
-        "positive" : {
-            "keywords" : [ /\+\+/ ],
-            "colors" : {
-                "tweet" : "#c5e7cd",
-                "timeline" : "#1D973D"
-            }
-        },
-        "negative" : {
-            "keywords" : [ /\-\-/ ],
-            "colors" : {
-                "tweet" : "#f6ced0",
-                "timeline" : "#CE0A15"
-            }
-        },
-        "reference" : {
-            "keywords" : [ /\=\=/ ],
-            "colors" : {
-                "tweet" : "#ecedc1",
-                "timeline" : "#C5A62D"
-            }
-        },
-        "question" : {
-            "keywords" : [ /\?\?/ ],
-            "colors" : {
-                "tweet" : "#bfdbec",
-                "timeline" : "#036AAE"
-            }
-        }
-    }
\ No newline at end of file