https://github.com/initdc/list-workers-kv
List key and value of Cloudflare Workers KV NAMESPACE
https://github.com/initdc/list-workers-kv
cloudflare database kv wokers
Last synced: 11 months ago
JSON representation
List key and value of Cloudflare Workers KV NAMESPACE
- Host: GitHub
- URL: https://github.com/initdc/list-workers-kv
- Owner: initdc
- License: mit
- Created: 2021-06-13T14:57:05.000Z (over 4 years ago)
- Default Branch: feat/post
- Last Pushed: 2022-03-09T09:54:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T23:48:33.949Z (about 1 year ago)
- Topics: cloudflare, database, kv, wokers
- Language: JavaScript
- Homepage: https://list.moz.one
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# List-Workers-KV
> List key and value of Cloudflare Workers KV NAMESPACE
## Notice
The Workers includes limited KV Usage. Listing value will cause a lot of read usage and list usage.
You should ensure that you are aware of this, and it might be a good idea to add validation before the operation.
## Deploy
1. create a worker
2. paste the code from `index.js`
3. set KV database binding
4. create records in KV database
5. set route for `*.example.com`
6. create DNS record for `*.example.com`
## Reference
[Workers KV API reference](https://developers.cloudflare.com/workers/runtime-apis/kv)
## Powered by
[Cloudflare Workers](https://workers.dev/)
## License
MIT