Quote0 SDK & CLI (MrWillCom)
A TypeScript SDK and CLI for Quote/0 devices — push text and image content programmatically or from your terminal.
Caution: Currently in early development. The API is not stable and may change without notice.
Features
- TypeScript SDK with methods like
pushText - CLI tool for direct terminal control of your Quote/0 device
- Continuous releases via pkg.pr.new
Installation
CLI
npm install -g quote0@alphaSDK
npm install quote0@alphaimport Quote0 from 'quote0';
const quote0 = new Quote0({
apiKey: 'dot_app_ABCD1234....EFGH5678',
});Did this solve your problem?
Join our community