# ywot-clean A reconstructed version of `ywot-bot` built off of clean programming principles and a minimal, but fast API. ## Getting Started To download and run this library, install node.js and npm, if you haven't already, and run: ```bash git clone https://github.com/feynmansfedora/ywot-clean.git cd ywot-clean npm i node examples/helloworld.js # To try out the hello world (read the code for more detail) ``` ## Features Currently, `socket.js` provides `Socket` which has a few signals and functions (documented in the code, of course) which allow abstracted interfacing with YWOT. However, certain facilities available in the old version like queuing or fetch division were scrapped in favor of more direct limits due to the unmaintainability of the old style. `space.js` provides some dense spatial data management with `Space`, which is really good for specific dialogs and tests, but there may be some more work to be done to create a sparse storage device. `examples/helloworld.js` can get you started. Everything in the core API (`utils`, `socket.js`, `space.js`) should be pretty stable, but please don't hesitate to report a bug.