Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adityaoberai/resume-appwrite
- Owner: adityaoberai
- Created: 2023-11-14T13:27:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T13:20:54.000Z (8 months ago)
- Last Synced: 2024-10-09T03:42:17.765Z (28 days ago)
- Topics: appwrite, appwrite-function, bun, resume, resume-template
- Language: HTML
- Homepage: https://65e8bacd7ced7581c206.appwrite.global/
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.