Skip to content

Instantly share code, notes, and snippets.

@kiramishima
Last active June 21, 2017 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiramishima/5ac1f0d9add125f50659f2ea50ddb18d to your computer and use it in GitHub Desktop.
Save kiramishima/5ac1f0d9add125f50659f2ea50ddb18d to your computer and use it in GitHub Desktop.
Started with Bot Framework in NodeJS
echo "Copy & Paste app.js from Gist -> app.js (loool :P ) and Save"
mkdir hellobot
cd hellobot
npm init -y
npm install dotenv botbuilder restify --save
touch app.js
touch .env
vim app.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment