UNPKG

1.7 kBMarkdownView Raw
1 <p align="center"><img src="logo/vertical.png" alt="TalkerNode" height="150px"></p>
2
3
4TalkerNode is a Talker base, written in Node.js .
5
6The original source code was written by sam, from the talker Hades, and has
7been turned into a TalkerNode by Marcos Marado.
8
9The latest version of TalkerNode the fork can always be found at
10https://github.com/marado/TalkerNode .
11
12## Installation
13
14```bash
15> git clone https://github.com/marado/TalkerNode
16> yarn # or `npm install`
17```
18
19## License
20
21This is free and unencumbered software released into the public domain.
22
23Anyone is free to copy, modify, publish, use, compile, sell, or
24distribute this software, either in source code form or as a compiled
25binary, for any purpose, commercial or non-commercial, and by any
26means.
27
28In jurisdictions that recognize copyright laws, the author or authors
29of this software dedicate any and all copyright interest in the
30software to the public domain. We make this dedication for the benefit
31of the public at large and to the detriment of our heirs and
32successors. We intend this dedication to be an overt act of
33relinquishment in perpetuity of all present and future rights to this
34software under copyright law.
35
36THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
38MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
39IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
40OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
41ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
42OTHER DEALINGS IN THE SOFTWARE.
43
44For more information, please refer to <http://unlicense.org>