Degrees to Directions
Convert degrees into directions. Useful for windspeed, etc.
Usage
$ npm install degrees-to-direction
var d2d = ; ; // "N"; // "N"; // "ENE"; // "S"
Running Tests
You may need to install mocha globally to run the tests.
$ npm install
$ npm test
License
MIT