Skip to content

fix type in last row of the table #141

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

Closed
wants to merge 2 commits into from
Closed
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
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 [[email protected]](mailto:[email protected]) instead of posting a public issue on GitHub.
Expand Down