-
-
Notifications
You must be signed in to change notification settings - Fork 4
Add Node-WoT client example to README #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Node-WoT client example to README #73
Conversation
Adds a README section showing how to use Node-WoT to consume Thing Descriptions from a hololinked server. Includes examples for reading/writing properties, invoking actions, and subscribing to events. Based on verified examples.
Hi @PFKimmerle, thanks a lot for this contribution and taking your time to do so! Its already looking good. I have made some comments, only to optimize them. You can work on them if you have time, otherwise let me know, I will merge it to another branch and make these small edits! Its not extremely urgent, so take your time. |
- Section renamed & reordered - Thing Description URLs added - Online example URL + buffer warning - Example code with details block - React useEffect/useContext usage + links - HTTPS self-signed example added - readProperty async/await fix + explanation
Hi @PFKimmerle, I merged this to main, as you can see. Thanks a lot! I also made some minor edits in my own branch as lot of review on details may also not be very effective. You can see it here: https://github.com/hololinked-dev/hololinked/tree/updates?tab=readme-ov-file#using-apis-and-thing-descriptions Just let me know if you object to anything. If not, I will merge that branch. Mainly, I kept changes from both your commits, and removed duplicate information. Vignesh |
* fast forward doc and examples * add contributing section in README * allow class_member set only for class member parameters * add Zenodo link * Add Node-WoT client example to README (#73) * add main-next-release to test workflows, & some minor generic updates (#75) * resolve issue/69 (#76) --------- Co-authored-by: Patricia Kimmerle <159075491+PFKimmerle@users.noreply.github.com> Co-authored-by: Marcusfam-RB <71035055+Marcusfam-RB@users.noreply.github.com>
Adds a Node-WoT client usage example to the README.
Covers:
Fixes #68