mirror of
https://github.com/skydiver/ewelink-api.git
synced 2025-12-21 13:23:05 +01:00
* tests refactored * moved test config files * removed deprecated command * added missing test case * updated eslint config * removed unused function / renamed helper * added missing test cases * code enhancement
345 B
345 B
ewelink-api
eWeLink API for Node.js
Installation
npm install ewelink-api
Usage
Check demo/ directory for examples.
Testing
- open
test/_setup/credentials.jsonand update parameters. - in a terminal,
npm run test
- Tests needs to be performed serially, so if run jest manually, add
--runInBandparameter.