https://github.com/kwhitley/cloudflare-kv-store
https://github.com/kwhitley/cloudflare-kv-store
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kwhitley/cloudflare-kv-store
- Owner: kwhitley
- License: mit
- Created: 2022-03-14T02:10:17.000Z (over 3 years ago)
- Default Branch: v0.x
- Last Pushed: 2022-10-09T21:05:45.000Z (over 2 years ago)
- Last Synced: 2025-04-18T04:54:27.331Z (about 2 months ago)
- Language: JavaScript
- Size: 670 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# cloudflare-kv-store
A simplified interface for Cloudflare's KV store, complete with auto-parsing, timestamp injection, etc.
# Installation
```
npm install cloudflare-kv-store
```Examples & API to follow...