An open API service indexing awesome lists of open source software.

https://github.com/lu-zero/webthing-cli


https://github.com/lu-zero/webthing-cli

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Command-line WebThings Consumer

## TODO
- [ ] webthings-ls
- [ ] webthings-set
- [ ] webthings-get

## Trying out

Run a thing somewhere
``` sh
# Run a webthing example e.g.
$ git clone https://github.com/WebThingsIO/webthing-rust
$ cd webthing-rust
$ cargo run --example single-thing
```

``` sh
# In another terminal run the cli commands
$ cargo run --bin webthings-ls
```