From 7c97414afaec149419beac2d3bb2d6c8229f5290 Mon Sep 17 00:00:00 2001 From: Olof Englund Date: Mon, 11 Mar 2019 12:25:17 +0100 Subject: [PATCH] adding readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0336c61 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# TCP-points + +A nodejs application for keeping track of points during TCP. Alot of the code should probably be rewritten if this project is to be used during a longer period. Right now there are probably alot of obsolete functions and code blocks. + +The project is using socket.io to allow live updates which is cool!