From 768f2ec1171869c99ac0af4df69cf93259009e11 Mon Sep 17 00:00:00 2001 From: kitajchuk Date: Thu, 20 May 2021 17:52:00 -0700 Subject: [PATCH] Adding video-wrap for YouTube embed on nodejs-sdk docs page --- docs/client-sdks/nodejs-sdk.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/client-sdks/nodejs-sdk.md b/docs/client-sdks/nodejs-sdk.md index a2613de..267a961 100644 --- a/docs/client-sdks/nodejs-sdk.md +++ b/docs/client-sdks/nodejs-sdk.md @@ -4,7 +4,9 @@ The jambonz Node.js SDK is one of the simplest and most powerful ways to build j The video below provides a walk-through of how to create an application using the [create-jambonz-app](/docs/client-sdks/create-jambonz-app) utility, and then gives examples of building various webhooks applications that include collecting speech or dtmf input as well as integration with Google [Dialogflow](https://developers.google.com/learn/pathways/chatbots-dialogflow) and AWS [Lex V2](https://aws.amazon.com/blogs/aws/amazon-lex-enhanced-console-experience/). - +
+ +
#### Up and running As mentioned above, the [create-jambonz-app](/docs/client-sdks/create-jambonz-app) will scaffold you an [express](https://expressjs.com/)-based app that provides a great starting point.