A quick start template for the Craneo bot Framework.
git clone https://github.com/PaulAndreRada/craneo-quickstart
Download and install the latest craneo version
npm install --save craneo
node app.js
Open your browser to http://localhost:3000/.
In the input bar on the bottom you can write a set of commands to the bot.
Available commands are:
-"Hey" or "Hello"
-"Chain", followed by either "Foo" or "Bar"
-"Show Invaders"
-"Show Breakout"
Whant to learn how to use Craneo?
Open the response-list.js
file and try to figure out how those commands worked.
Or you can check the Docs.