diff --git a/README.md b/README.md index 5447f630..c13b559a 100644 --- a/README.md +++ b/README.md @@ -9,21 +9,31 @@ 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) | -| 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) | | | +| Example | Dart | Deno | Node | PHP | Python | Ruby | Swift | .NET | Java | Kotlin | +| ------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ----------------------------------------------- | -------------------------------------------------- | ------------------------------------------------ | ------------------------------------------------- | -------------------------------------- | ------------------------------------- | --------------------------------------- | +| Send email with Mailgun | [✅](/dart/send_email_with_mailgun) | [✅](/deno/send_email_with_mailgun) | [✅](/node/send_email_with_mailgun) | [✅](/php/send_message) | [✅](/python/send_message) | | [✅](/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) | [✅](/php/send_message) | [✅](/python/send_message) | [✅](/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) | [✅](/php/generate_giphy_gif) | [✅](/python/generate-giphy-gif) | | | | | | +| Generate Short URL | [✅](/dart/generate_short_url) | [✅](/deno/generate_short_url) | [✅](/node/url-shortener) | [✅](/php/generate-short-url) | [✅](/python/generate-short-url) | | | [✅](/dotnet/generateShortUrl) | [✅](/java/short_url_generator) | [✅](/kotlin/generate-short-url) | +| Generate Website Screenshot | [✅](/dart/generate-website-screenshot) | [✅](/deno/generate_website_screenshot) | | | | | | | | | +| Generate Map | [✅](/dart/generate_map) | | [✅](/node/generate_map) | | [✅](/python/generate-map) | | | | | | +| Generate Invoice | | | [✅](/node/generate_invoice) | | | | | | [✅](/java/generate_invoice) | | +| Get COVID-19 Stats | | | [✅](/node/get_covid_stats) | | | | [✅](/swift/get-covid-stats) | | | | +| Get Price | | [✅](/deno/get_price) | | | | | | | [✅](/java/get_price) | | +| Compresss Imagse | [✅](/dart/compress_image) | [✅](/deno/compress_image) | | | | [✅](/ruby/compress-image) | | | | | +| Send a HTTP Request | | [✅](/deno/send_http_request) | [✅](/node/send_http_request) | [✅](/php/send-http-request) | [✅](/python/send-http-request) | [✅](/ruby/send-http-request) | | | | | +| Send Push Notification | [✅](/dart/send_push_notification) | | | | | | | | | | +| Wipe Appwrite Bucket | | [✅](/deno/wipe_appwrite_bucket) | [✅](/node/wipe_appwrite_bucket) | [✅](/php/wipe_appwrite_bucket) | | [✅](/ruby/wipe-appwrite-bucket) | | | | [✅](/kotlin/wipeAppwriteBucket) | +| Wipe Appwrite Collection | | | [✅](/node/wipe_appwrite_collection) | | | [✅](/ruby/wipe-appwrite-collection) | | [✅](/dotnet/wipe_appwrite_collection) | | | +| Detect Language with Deepgram | [✅](/dart/deepgram_language_detection) | [✅](/deno/deepgram-language-detection) | | [✅](/php/deepgram_language_detection) | [✅](/python/deepgram-language-detection) | | | | [✅](/java/deepgramLanguageDetection) | | +| Detect Topic with Deepgram | [✅](/dart/deepgram_Topic_Detection) | [✅](/deno/deepgram-topic-detection) | [✅](/node/deepgram_topic_detection) | | [✅](/python/deepgram-topic-detection) | | | | | | +| Summarize Audio with Deepgram | [✅](/dart/deepgram_audio_summary) | [✅](/deno/deepgram_audio_summary) | [✅](/node/deepgram_audio_summary) | [✅](/php/deepgram-audio-summary) | [✅](/python/deepgram-audio-summary) | [✅](/ruby/deepgram-audio-summary) | | | [✅](/java/deepgram_audio_summary) | | +| Summarize Video with Deepgram | | | | | | | | | | | +| Transcribe Audio with Deepgram | [✅](/dart/deepgram_transcribe_audio) | [✅](/deno/deepgram-transcribe-audio) | | [✅](/php/deepgram_transcribe_audio) | [✅](/python/deepgram-transcribe-audio) | | | | | [✅](/kotlin/deepgram-transcribe-audio) | +| Transcribe Video with Deepgram | [✅](/dart/deepgram_transcribe_video) | [✅](/deno/deepgram-transcribe-video) | [✅](/node/deepgram-transcribe-video) | | [✅](/python/deepgram-transcribe-video) | [✅](/ruby/deepgram-transcribe-video) | | | | | ## Contributing @@ -33,7 +43,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.