Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.