summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2016-10-16 23:04:04 +0100
committerJoe Robinson <joe@lc8n.com>2016-10-16 23:04:04 +0100
commit5643ffd0e9bd692f741d983983794f0183c4da22 (patch)
tree3bfb883c4776c311a69c60912c70b6de27ce88fd
parentbfee3c296ac544b02e7f176f4082059e9bb8d5b7 (diff)
Add README
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..96e6915
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+A modern IRC client, designed to include features seen in other chat programs,
+such as in-line display of images, videos, etc.
+
+
+The goals of the project are to be fully compatible with the IRC standard,
+highly functional, visually appealing, fully open, and easily modifiable.
+
+
+Compatible with Linux, Mac OS, and Windows.
+
+
+Written in JavaScript using node.js
+
+
+Uses the Electron JS framework.
+
+
+Uses the KiwiIRC irc-framework library. \ No newline at end of file