js-waku/examples/unpkg-js-store
Franck Royer 4ecd4fd377
Correct unpkg link
Latest release now contains UMD bundle.
2021-10-13 11:45:26 +11:00
..
README.md Remove todo 2021-10-12 16:32:04 +11:00
index.html Correct unpkg link 2021-10-13 11:45:26 +11:00

README.md

Pure Javascript Using Minified Library

Demonstrates:

  • Waku Store: Using a condition to stop retrieving results from Waku Store.
  • Pure Javascript/HTML.
  • Use minified bundle of js from unpkg.com, no import, no package manager.

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.