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
- Host: GitHub
- URL: https://github.com/thevickypedia/jarvis-client
- Owner: thevickypedia
- Created: 2023-10-28T23:10:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T20:04:50.000Z (over 1 year ago)
- Last Synced: 2025-02-12T22:22:48.078Z (4 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```