From 8fca61cbe5096de0fa5da1b29a5899d4ca030547 Mon Sep 17 00:00:00 2001 From: Chris Skudlarczyk Date: Tue, 8 Mar 2016 13:19:05 -0700 Subject: [PATCH] Update readme readability. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f994f7..8fbd913 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ -WIP - Not ready for use. +# WIP - Not ready for use. -* Development +## Development You will need the following env vars set. In Prod, these would be passed in via Beep Boop. + `export BEEPBOOP_TOKEN=foo` + `export BEEPBOOP_ID=bar` + `export BEEPBOOP_RESOURCER=ws://localhost:9000/ws` -- recommend using the [Beep Boop dev-console](https://github.com/BeepBoopHQ/dev-console) and setting this value to it. Run `python ./examples/simple.py` which registers listeners as a consuming app might.