@walkeros/server-store-sheets
v4.5.0
Published
Google Sheets store for walkerOS server flows
Downloads
1,057
Maintainers
Readme
@walkeros/server-store-sheets
Google Sheets store with zero runtime dependencies. Uses raw fetch against the
Sheets v4 REST API with built-in auth. Designed for demos and small-scale
prototyping, not as a production CRM substitute.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/server-store-sheetsQuick start
{
"version": 4,
"flows": {
"default": {
"config": { "platform": "server" },
"stores": {
"assets": { "package": "@walkeros/server-store-sheets", "config": {} }
}
}
}
}Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/stores/server/sheets
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT
