Initial import of verae-activate from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 13:37:28 -04:00
commit 803d2360b4
12 changed files with 1363 additions and 0 deletions

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# Verae Time — Zapier activate app
This is the integration you **push tomorrow**. It has one action:
**Add Numbers** — `number1` + `number2``sum`.
It runs **inside Zapier**. You do not need `api.veraetime.net`, NATS, or a public URL.
Step-by-step account setup: [../../docs/04-activate/SETUP-ZAPIER-DEVELOPER.md](../../docs/04-activate/SETUP-ZAPIER-DEVELOPER.md)
```bash
cd packages/verae-activate
npm install
npm test
zapier-platform login
zapier-platform register "Verae Time"
zapier-platform push
```