Keeping with our tradition of Continuous Improvement, we are proud to announce a major revamp of NodeJS SDKs!
- Our code now conforms with Airbnb's JavaScript Style Guide.
- We are using ES6 classes, along with other ES6 primitives.
- You can run
npm run lint
to lint your code immediately. - We generate CI/CD files for Travis, CircleCi, Appveyor and Jenkins to run NodeJS tests.
Please generate your SDK again if you want the improved ES6 based code.