1.0.5 • Published 6 years ago

konke v1.0.5

Weekly downloads
85
License
MIT
Repository
github
Last release
6 years ago

konke konke

konke sdk for node.js

Installation

$ npm install konke --save

Example

const konke = new KonKe({
  access_token : '3736a7ab79b27be49345523aab48941b'
});

konke.sendGeneralRemoteOrder(
  "song940@163.com", // user id
  "d5d7c8f3-43d7-44cc-a62d-261f882eb2a2", // device id
  KonKe.REMOTE_TYPE.IR, // remote type
  "rc_1498303352#1498303616" // remote command
).then(result => {
  console.log(result);
});

Contributing

  • Fork this Repo first
  • Clone your Repo
  • Install dependencies by $ npm install
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Publish your local branch, Open a pull request
  • Enjoy hacking <3

MIT

This work is licensed under the MIT license.


1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago