gosmartkeyboard/Client.md

18 lines
291 B
Markdown
Raw Normal View History

2023-01-01 01:23:52 +00:00
# GoSmartKeyboard Client
This is the base client, it only connects and authenticates.
The authentication token is loaded from the environment variable `KEYBOARD_AUTH`, if it does not exist we read it from stdin in base64 form, ended with a newline.
``` go
--- start client
---
```