# start server
node src/index.js --server --port 8000 --serverUrl http://localhost:8000
# start client
node src/index.js --client --websocketUrl ws://localhost:8000/ --sleepLengthMins 420 --sleepTime 00:00 --keyToPress a
# send click from commandline
curl -X POST http://localhost:8000/click
# send click from browser
http://localhost:8000/
MIT © Jim Redfern