diff options
author | Joe Robinson <joe@lc8n.com> | 2016-10-16 23:04:04 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2016-10-16 23:04:04 +0100 |
commit | 5643ffd0e9bd692f741d983983794f0183c4da22 (patch) | |
tree | 3bfb883c4776c311a69c60912c70b6de27ce88fd /README.md | |
parent | bfee3c296ac544b02e7f176f4082059e9bb8d5b7 (diff) |
Add README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
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 |