14 lines
557 B
Markdown
Raw Normal View History

2022-03-21 11:09:36 +11:00
# Using Waku Store in JavaScript
2021-10-12 14:13:54 +11:00
**Demonstrates**:
- Waku Store: Using a condition to stop retrieving results from Waku Store.
- Pure Javascript/HTML.
2021-10-12 16:32:04 +11:00
- Use minified bundle of js from unpkg.com, no import, no package manager.
2021-10-12 14:13:54 +11:00
This example uses Waku Store to retrieve the latest ping relay message (used for keep alive purposes) and displays its timestamp.
To test the example, simply download the `index.html` file from this folder and open it in a browser.
2022-05-13 16:06:16 +10:00
The `master` branch's HEAD is deployed at https://js-waku.wakuconnect.dev/examples/store-js/.