Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adityaoberai/resume-appwrite

Appwrite function that returns an HTML page containing a resume
https://github.com/adityaoberai/resume-appwrite

appwrite appwrite-function bun resume resume-template

Last synced: 6 days ago
JSON representation

Appwrite function that returns an HTML page containing a resume

Awesome Lists containing this project

README

        

# ⚡ Online Resume Appwrite Function

A Bun Appwrite function that returns an HTML page containing a resume

## 🧰 Usage

### GET /

- Returns an HTML page representing a resume

### POST, PUT, PATCH, DELETE /

- No response

## ⚙️ Configuration

| Setting | Value |
|-------------------|---------------|
| Runtime | Bun (1.0) |
| Entrypoint | `src/main.ts` |
| Build Commands | `bun install` |
| Permissions | `any` |
| Timeout (Seconds) | 15 |

## 🔒 Environment Variables

No environment variables required.