Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhar2254/kv-namespace-crud
A CloudFlare worker to allow users to interact with KV namespace values.
https://github.com/bhar2254/kv-namespace-crud
Last synced: 25 days ago
JSON representation
A CloudFlare worker to allow users to interact with KV namespace values.
- Host: GitHub
- URL: https://github.com/bhar2254/kv-namespace-crud
- Owner: bhar2254
- Created: 2023-09-20T20:58:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-21T00:52:41.000Z (over 1 year ago)
- Last Synced: 2023-09-21T10:49:08.461Z (over 1 year ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KV Namespace CRUD
A CloudFlare worker to allow users to interact with KV namespace values.To begin with this worker, create a new KV namespace and Worker within CloudFlare either with the Wrangler CLI or via the dashboard.
Copy the files from this repo into the Worker that you created.
Deploy the Working with
`npx wrangler deploy` or use the dashboard.