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

https://github.com/thevickypedia/jarvis-client

Jarvis Client using Rust
https://github.com/thevickypedia/jarvis-client

Last synced: about 2 months ago
JSON representation

Jarvis Client using Rust

Awesome Lists containing this project

README

        

# Jarvis Client
Client to communicate with Jarvis API via HTTP calls built with Rust

### Health
```shell
cargo run --bin health
```

### Offline
```shell
export offline_pass=
cargo run --bin offline 'turn off bedroom lights'
```

### Secure
```shell
cargo run --bin secure
```

### Signals
```shell
cargo run --bin signal AAPL 100
```