101100 / xbee-promise

Promise-based library for XBee wireless modules based on xbee-api
MIT License
7 stars 6 forks source link

Add linting, unit tests and update README #5

Closed 101100 closed 10 years ago

101100 commented 10 years ago

I've added linting with JSLint, unit tests with Mocha and expanded the README to describe the specification of module when initializing the module. I've also expanded the command options parsing to be more specific and give better error messages, for those trying things out for the first time.

Fixes #2, #3, #4

@jankolkmeier Any comments/concerns?

jankolkmeier commented 10 years ago

Looks cool to me!