Go to file
dependabot[bot] cbb5df2304 Bump lodash from 4.17.11 to 4.17.14 (#3)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-17 02:23:48 -03:00
2019-06-26 20:25:56 -03:00
2019-06-28 23:34:54 -03:00
2019-06-26 20:25:56 -03:00
2019-06-26 20:25:56 -03:00
2019-06-28 00:05:59 -03:00
2019-06-26 21:30:11 -03:00
2019-07-06 19:05:57 -03:00
2019-06-28 23:34:54 -03:00

ewelink-api

eWeLink API for Node.js

Installation

 npm install ewelink-api

Usage

const ewelink = require('ewelink-api');

(async () => {

  const conn = new ewelink({
    email: '<your ewelink email>',
    password: '<your ewelink password>',
  });

  /* get all devices */
  const devices = await conn.getDevices();
  console.log(devices);

})();

Check demo/ directory for more examples.

Description
No description provided
Readme MIT 1.7 MiB
Languages
JavaScript 100%