appwrite/demos-for-functions

[Help wanted] Translate 'welcome-email' function from NodeJS to Deno 🐱‍🐉

Glide7 opened this issue · 7 comments

📚Translate 'welcome-email' function from NodeJS to Deno

We use Appwrite Cloud Functions demos as a good way to show how Cloud Functions can be used with Appwrite, and also as a good starting point for developers wanting to write their new functions. ☁
Help us translate the cloud function 'welcome-email' from NodeJS to Deno 🐱‍🐉

Requirements 🔎

  • For testing your code, you need a running Appwrite instance with cloud functions enabled. You’ll need to setup Appwrite from source using the 0.7.x branch and Docker. 🐳
    Clone the appwrite/appwrite 0.7.x branch. More instruction about how to start your Appwrite server from source are available here.
 📈

  • 
If this is your first PR for Appwrite, it is best to read some of our contributions guidelines.
 ♥

  • 
For each target language we provide with a template for starting a new function. For Deno you can use this template as your starting point. 🐱‍🐉

Hey! I'm going to take a crack at this.

@Shaka-n I assigned you to the issue. Feel free to join our other maintainers on Discord if you need any help, or just want to chat: https://appwrite.io/discord

Thanks! Just got done reading with reading the Deno docs. I'll get started asap.

Hey @Shaka-n - how are things going with this?

Hey! Apologies for the delay. I had some trouble with my environment. Hoping to make a PR today!

Ah, just a heads up: it looks like the links to the contribution guidelines and the instructions to start up an AppWrite server are broken. I already have my server running locally but I thought I should mention it.

Ah, just a heads up: it looks like the links to the contribution guidelines and the instructions to start up an AppWrite server are broken. I already have my server running locally but I thought I should mention it.

@Shaka-n thanks, I fixed the links!