Initial import of verae-activate from zapier monorepo
This commit is contained in:
commit
275e7fdddb
12 changed files with 1363 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue