a BotKit example that interacts with Cisco DevNet events
A bot example to discover BotKit conversations & context storage features, started from DevNet Events Cisco Spark bot.
Create a custom bot and paste your bot token below.
> git clone https://github.com/ObjectIsAdvantag/devnet-botkit-sample
> cd devnet-botkit-sample
> npm install
....
# Paste your token here
> token=YOUR_BOT_YOKEN node bot.js
...

