Files
ewelink-api/README.md
Martin M 513c2f660a Release v1.2.1 (#6)
* 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
2019-07-20 12:43:05 -03:00

345 B

ewelink-api

eWeLink API for Node.js

Installation

 npm install ewelink-api

Usage

Check demo/ directory for examples.

Testing

  1. open test/_setup/credentials.json and update parameters.
  2. in a terminal, npm run test
  • Tests needs to be performed serially, so if run jest manually, add --runInBand parameter.