Example functions to show off what you can achieve with Open Runtimes.
Example | Dart | Deno | Node | PHP | Python | Ruby | Swift |
---|---|---|---|---|---|---|---|
Send email with Mailgun | ✅ | ✅ | ✅ | ✅ | |||
Convert phone number to country name | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Send SMS with Twilio | ✅ | ✅ | ✅ | ||||
Translate text with Google | ✅ | ✅ | ✅ | ||||
Object Detection | ✅ | ✅ | ✅ | ✅ | ✅ | ||
Generate Giphy GIF | ✅ | ✅ | ✅ | ✅ | |||
Get COVID-19 Stats | ✅ | ||||||
Compresss Imagse | ✅ | ||||||
Send a HTTP Request | ✅ | ||||||
Wipe Appwrite Bucket | ✅ | ||||||
Detect Language with Deepgram | ✅ | ||||||
Summarize Audio with Deepgram | ✅ | ||||||
Summarize Audio with Deepgram | ✅ |
All code contributions - including those of people having commit access - must go through a pull request and be approved by a core developer before being merged. This is to ensure a proper review of all the code.
All functions should have the exactly same functionality as their other language counterparts and if possible you should avoid using any third-party libraries to keep the functions simple and secure.
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.
For security issues, kindly email us at security@appwrite.io instead of posting a public issue on GitHub.
Join our live Discord server for more help, ideas, and discussions.
This repository is available under the MIT License.