From a8c3f21f1c7cb54baf7eededfd3f1d0e5d2acfa1 Mon Sep 17 00:00:00 2001 From: Ndubuisi Onyemenam Date: Tue, 21 Jul 2020 19:59:19 +0100 Subject: [PATCH] Add structure and examples for messenger bot code fix #89 #81 --- CodeSamples/Messenger/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CodeSamples/Messenger/README.md b/CodeSamples/Messenger/README.md index 8b13789..f67122e 100644 --- a/CodeSamples/Messenger/README.md +++ b/CodeSamples/Messenger/README.md @@ -1 +1,5 @@ +| Application Name | Brief Description | Technologies Used | +| ------------- | ------------- | -------------| +| [Hello bot](https://github.com/prondubuisi/hello-bot) | Messenger bot for the customary hello message |PHP, Messenger API| +| [Hello bot cloudinary](https://github.com/prondubuisi/hello-bot-cloudinary) | Get started with delivering content to cloudinary using messenger bots | PHP, Messenger API, Cloudinary SDK | \ No newline at end of file