aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <holden.rohrer@gmail.com>2019-12-18 16:42:06 -0500
committerHolden Rohrer <holden.rohrer@gmail.com>2019-12-18 16:42:06 -0500
commit057ccc9d8a84b9bc8673c1d387a422e3cc74190d (patch)
tree66eae978bc519b9b04ccdf67861307e3a76cd7a2
parentfae8f6b3bbb1fd18cd07c26673d454a8136c093f (diff)
added how-to section of README
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 51a3569..158aed2 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,17 @@
A reconstructed version of `ywot-bot` built off of clean programming principles and a minimal, but fast API.
-# Features
+## 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.