diff --git a/README.md b/README.md index 5447f630..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 | | | | | |[✅](/ruby/deepgram-audio-summary)| | -| Summarize Audio with Deepgram | | | | | [✅](/python/deepgram-audio-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.