From 915f98ee8ba120f2c9368f1fb58d3de1500cbac0 Mon Sep 17 00:00:00 2001 From: Popey Gilbert Date: Fri, 3 Apr 2015 20:29:46 +0100 Subject: [PATCH] Update headless_client.coffee --- headless_client.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headless_client.coffee b/headless_client.coffee index 857669c8f..870bfe4c3 100644 --- a/headless_client.coffee +++ b/headless_client.coffee @@ -3,7 +3,7 @@ This file will simulate games on node.js by emulating the browser environment. In order to use, followed these steps: 1. Setup dev environment as usual 2. Create a `login.coffee` file in coco which contains: -module.exports = username: 'email@example.com', password: 'password' +module.exports = username: 'email@example.com', password: 'your_password123' 3. Run `./node_modules/coffee-script/bin/coffee ./headless_client.coffee` Alternatively, if you wish only to simulate a single game run `coffee ./headless_client.coffee one-game` Or, if you want to always simulate only one game, change the line below this to "true"