├── .gitignore ├── ChattyKathy.js ├── Example ├── Index.html └── index.js └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ejbeaty/ChattyKathy/HEAD/.gitignore -------------------------------------------------------------------------------- /ChattyKathy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ejbeaty/ChattyKathy/HEAD/ChattyKathy.js -------------------------------------------------------------------------------- /Example/Index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ejbeaty/ChattyKathy/HEAD/Example/Index.html -------------------------------------------------------------------------------- /Example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ejbeaty/ChattyKathy/HEAD/Example/index.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ejbeaty/ChattyKathy/HEAD/README.md --------------------------------------------------------------------------------