# ewelink-api > eWeLink API for Node.js ## Installation ``` sh 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.