joeyouss / templates-for-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Templates for Node

This repository contains Appwrite Function templates for the Node runtime.

[THIS IS A TEST CHANGE]

Templates

  • Hello, World - A simple 'Hello, World' function.
  • PDF Generator - A function that generates a sample PDF invoice.
  • HTML Form Email - A function that sends an email with the contents of an HTML form.
  • URL Shortener - A URL shortening service. Create a short URL for any URL, and redirect to the original URL when the short URL is visited.
  • Stripe Subscriptions - A function that creates a Stripe checkout session, and a webhook endpoint to handle Stripe events.
  • Discord Bot - A Discord bot that responds to slash commands.
  • GitHub Bot - A Github bot replies to new issues with a welcome message.
  • ChatGPT Article Summarizer - A function that summarizes new articles using the OpenAI API.

About

License:MIT License


Languages

Language:JavaScript 100.0%