Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Contact API Core

Contact form logic: CORS evaluation, validation, honeypot handling, and email orchestration. Will be paired with one or more providers, (`Resend` or `Nodemailer`), and a platform, (`Vercel`).

[![CI](https://github.com/contact-api/core/actions/workflows/ci.yml/badge.svg)](https://github.com/contact-api/core/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](./LICENSE)

## Exports
- `handleContact(req, deps)` — orchestrates the full contact-form flow
- `evaluateCors(req, allowedOrigins)` — CORS decision logic
Expand Down
Loading