Initial import of verae-activate from zapier monorepo
This commit is contained in:
commit
132616d74b
12 changed files with 1367 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# 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.
|
||||
|
||||
**Catalog:** https://zapier.georgelambert.org/packages/verae-activate/README.pdf
|
||||
**Setup (PDF):** https://zapier.georgelambert.org/docs/04-activate/SETUP-ZAPIER-DEVELOPER.pdf
|
||||
**Sample action:** `creates/add_numbers.js` — public sheet https://zapier.georgelambert.org/docs/modules/verae-activate/creates/add_numbers.pdf
|
||||
|
||||
Step-by-step account setup: [SETUP-ZAPIER-DEVELOPER](https://zapier.georgelambert.org/docs/04-activate/SETUP-ZAPIER-DEVELOPER.pdf)
|
||||
|
||||
```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