Skip to content

Commit

Permalink
feat: add link to browser HTML test site
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed Apr 3, 2019
1 parent 6f42c37 commit 4be2b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ node packages\cli\dist\cli.js examples\scripts\counter-client.js

### Using a browser
An example of how to use node-wot as a browser-side library can be found under `examples/browser/index.html`.
To run it, open `examples/browser/index.html` in a modern browser, and consume the test Thing available under `http://plugfest.thingweb.io:8083/TestThing` to interact with it.
To run it, open [`examples/browser/index.html`](https://cdn.staticaly.com/gh/eclipse/thingweb.node-wot/master/examples/browser/index.html) in a modern browser, and consume the test Thing available under `http://plugfest.thingweb.io:8083/TestThing` to interact with it.

The JavaScript code that uses node-wot as a library to power this application can be found under: `examples/browser/index.js`

Expand Down

0 comments on commit 4be2b72

Please sign in to comment.