You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2021. It is now read-only.
Node v14 or higher is recommended if you intend to use the client in a Node environment. For example, inside a script.
38
36
37
+
## API Docs
38
+
39
+
We have automatically generated API documentation available [here](https://streamr-dev.github.io/streamr-client-javascript/). These docs are generated from the repository TypeScript source code. They can also be rebuilt locally via:
40
+
41
+
```
42
+
npm run docs
43
+
```
44
+
39
45
## Usage
40
46
41
47
Here are some quick examples. More detailed examples for the browser and node.js can be found [here](https://github.com/streamr-dev/streamr-client/tree/master/examples).
0 commit comments