huami
v4.2.0
Published
huami cli
Readme
Intro
See http://flowerpassword.com/
How to use
npm installnpm run buildecho '{"password": "YOUR-PASSWORD"}' > ~/.huami.jsonnode dist/index.jsand enter your key
Global install is still supported:
npm install -g .huami
Warning
- require Node.js >= 20
- Keep your .huami.json file safe, do not share it with others
Development
- Source lives in
src/ - Build output goes to
dist/ npm run buildcompiles the CLI with TypeScript
