Skip to content

Instantly share code, notes, and snippets.

@chickencoder
Created November 13, 2019 22:50
Show Gist options
  • Save chickencoder/71cae2e785c41ed34f501f138f64310f to your computer and use it in GitHub Desktop.
Save chickencoder/71cae2e785c41ed34f501f138f64310f to your computer and use it in GitHub Desktop.
Serverless storage service for JAMStack/Serverless Apps
1. Create a store in the app
2. Get an API key for that store
3. Post off to any collection endpoint
4. Rest out of the box
Feels as simple as a google sheet, as reliable as a real database
```
const store = require('cute-store')()
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment