@kookee/sdk 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Official SDK for Kookee - Access your blog content via a simple API.
|
|
4
4
|
|
|
5
|
+
## Why @kookee/sdk?
|
|
6
|
+
|
|
7
|
+
- **Lightweight** - Only ~1.5 KB minified (ESM), no bloat
|
|
8
|
+
- **Zero dependencies** - Uses native `fetch`, nothing else
|
|
9
|
+
- **TypeScript-first** - Full type definitions out of the box
|
|
10
|
+
- **Tree-shakeable** - Import only what you need
|
|
11
|
+
- **Open source** - [MIT licensed](https://github.com/kookee-dot-dev/kookee-ts-sdk)
|
|
12
|
+
|
|
5
13
|
## Installation
|
|
6
14
|
|
|
7
15
|
```bash
|