From d8759fad980a60192d72bfb37f6f0cc4f6b790b7 Mon Sep 17 00:00:00 2001 From: Pranshu Agrawal Date: Fri, 31 Mar 2023 19:46:13 +0530 Subject: [PATCH 1/2] fix type in last row of the table Changed the last row from `audio` to `video` and updated the checklist --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5447f630..275c9abf 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Example functions to show off what you can achieve with Open Runtimes. | Send a HTTP Request | | | | | | [✅](/ruby/send-http-request) | | | Wipe Appwrite Bucket | | | [✅](/node/wipe_appwrite_bucket) | | | | | | Detect Language with Deepgram | | | | | [✅](/python/deepgram-language-detection) | | | -| Summarize Audio with Deepgram | | | | | |[✅](/ruby/deepgram-audio-summary)| | -| Summarize Audio with Deepgram | | | | | [✅](/python/deepgram-audio-summary) | | | +| Summarize Audio with Deepgram | | | | |[✅](/python/deepgram-audio-summary) |[✅](/ruby/deepgram-audio-summary)| | +| Summarize Video with Deepgram | | | | | | [✅](/ruby/deepgram-video-summary) | | ## Contributing From e956ac9304bb5a9040b4d25f9a7093524e896a75 Mon Sep 17 00:00:00 2001 From: Pranshu Kumar Agrawal Date: Sat, 29 Jul 2023 10:20:51 +0530 Subject: [PATCH 2/2] fix typo --- README.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 275c9abf..a93894c9 100644 --- a/README.md +++ b/README.md @@ -9,21 +9,21 @@ Example functions to show off what you can achieve with Open Runtimes. ## List of Examples -| Example | Dart | Deno | Node | PHP | Python | Ruby | Swift | -|-----------------------------|-----------------------------|------|------|-----|--------|------|-------| -| Send email with Mailgun | [✅](/dart/send_email_with_mailgun) | [✅](/deno/send_email_with_mailgun) | [✅](/node/send_email_with_mailgun) | | | | [✅](/swift/send-email-with-mailgun) | +| Example | Dart | Deno | Node | PHP | Python | Ruby | Swift | +| ------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ----------------------------------------------- | -------------------------------------------------- | ------------------------------------------------ | ------------------------------------------------- | +| Send email with Mailgun | [✅](/dart/send_email_with_mailgun) | [✅](/deno/send_email_with_mailgun) | [✅](/node/send_email_with_mailgun) | | | | [✅](/swift/send-email-with-mailgun) | | Convert phone number to country name | [✅](/dart/convert-phone-number-to-country-name) | [✅](/deno/convert-phone-number-to-country-name) | [✅](/node/convert-phone-number-to-country-name) | [✅](/php/convert-phone-number-to-country-name) | [✅](/python/convert-phone-number-to-country-name) | [✅](/ruby/convert-phone-number-to-country-name) | [✅](/swift/convert-phone-number-to-country-name) | -| Send SMS with Twilio | | [✅](/deno/send_sms_with_twilio) | [✅](/node/send_sms_with_twilio) | | | [✅](/ruby/send-sms-with-twilio) | | -| Translate text with Google | | [✅](/deno/translate_text_with_google) | [✅](/node/translate_text_with_google) | | | [✅](/ruby/translate-text-with-google) | | -| Object Detection |[✅](/dart/object_detection) | [✅](/deno/object_detection) | [✅](/node/object_detection) | [✅](/php/object_detection) | [✅](/python/object-detection) | | | -| Generate Giphy GIF | [✅](/dart/generate_giphy_gif) | [✅](/deno/generate-giphy-gif) | [✅](/node/generate_giphy_gif) | | [✅](/python/generate-giphy-gif) | | | -| Get COVID-19 Stats | | | | | | | [✅](/swift/get-covid-stats) | -| Compresss Imagse | | | | | |[✅](/ruby/compress-image)| | -| Send a HTTP Request | | | | | | [✅](/ruby/send-http-request) | | -| Wipe Appwrite Bucket | | | [✅](/node/wipe_appwrite_bucket) | | | | | -| Detect Language with Deepgram | | | | | [✅](/python/deepgram-language-detection) | | | -| Summarize Audio with Deepgram | | | | |[✅](/python/deepgram-audio-summary) |[✅](/ruby/deepgram-audio-summary)| | -| Summarize Video with Deepgram | | | | | | [✅](/ruby/deepgram-video-summary) | | +| Send SMS with Twilio | | [✅](/deno/send_sms_with_twilio) | [✅](/node/send_sms_with_twilio) | | | [✅](/ruby/send-sms-with-twilio) | | +| Translate text with Google | | [✅](/deno/translate_text_with_google) | [✅](/node/translate_text_with_google) | | | [✅](/ruby/translate-text-with-google) | | +| Object Detection | [✅](/dart/object_detection) | [✅](/deno/object_detection) | [✅](/node/object_detection) | [✅](/php/object_detection) | [✅](/python/object-detection) | | | +| Generate Giphy GIF | [✅](/dart/generate_giphy_gif) | [✅](/deno/generate-giphy-gif) | [✅](/node/generate_giphy_gif) | | [✅](/python/generate-giphy-gif) | | | +| Get COVID-19 Stats | | | | | | | [✅](/swift/get-covid-stats) | +| Compresss Images | | | | | | [✅](/ruby/compress-image) | | +| Send a HTTP Request | | | | | | [✅](/ruby/send-http-request) | | +| Wipe Appwrite Bucket | | | [✅](/node/wipe_appwrite_bucket) | | | | | +| Detect Language with Deepgram | | | | | [✅](/python/deepgram-language-detection) | | | +| Summarize Audio with Deepgram | | | | | [✅](/python/deepgram-audio-summary) | [✅](/ruby/deepgram-audio-summary) | | +| Summarize Video with Deepgram | | | | | | [✅](/ruby/deepgram-video-summary) | | ## Contributing @@ -33,7 +33,6 @@ All functions should have the exactly same functionality as their other language We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the [contribution guide](https://github.com/open-runtimes/.github/blob/main/CONTRIBUTING.md). - ## Security For security issues, kindly email us at [security@appwrite.io](mailto:security@appwrite.io) instead of posting a public issue on GitHub.