@prodantix/sdk 0.0.1-beta.319 → 0.0.1-beta.323
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 +9 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# Prodantix SDK
|
|
2
2
|
|
|
3
|
-
Isomorphic, zero-dependency analytics + feature-flag client for Prodantix.
|
|
4
|
-
browser, Node, and edge runtimes. Ships dual ESM/CJS with full TypeScript types.
|
|
3
|
+
Isomorphic, zero-dependency analytics + feature-flag client for [Prodantix](https://prodantix.com).
|
|
4
|
+
Runs in the browser, Node, and edge runtimes. Ships dual ESM/CJS with full TypeScript types.
|
|
5
|
+
|
|
6
|
+
## Docs
|
|
7
|
+
|
|
8
|
+
- [Quickstart](https://prodantix.com/en/docs/quickstart): install and send a first event
|
|
9
|
+
- [Get an API key](https://prodantix.com/en/docs/keys): signup, project creation, where the key lives
|
|
10
|
+
- [API reference](https://prodantix.com/en/docs/api): every REST operation, rendered
|
|
11
|
+
- React apps: pair with [`@prodantix/react`](https://www.npmjs.com/package/@prodantix/react), the provider + hook adapter
|
|
5
12
|
|
|
6
13
|
## Install
|
|
7
14
|
|
package/package.json
CHANGED