Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link tests/json to folder in README #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update readme.md
smtchahal authored Mar 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit bd19f94532bfd48b09a1a49834ddc1a3d6c4d29c
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ Limitation:
- Since the data state is saved in chat message at yet, there is maximum that can be save (I am still finding out the limit) my SO question : https://stackoverflow.com/questions/75478309/what-is-the-limit-of-google-chat-message-card-via-chatbot
- Currently, only tested and worked using GCP cloud function, I will test later using Azure function, AWS lambda, Tencent OCF, and other FaaS/serverless service

Tips: You can test the json file on **tests/json** folder to https://gw-card-builder.web.app/ to view the output of the application.
Tips: You can test the json file on [**tests/json**](tests/json) folder to https://gw-card-builder.web.app/ to view the output of the application.

<sub>
This code just my learning code. That's why I don't directly migrate to TypeScript or Golang in early stage.