degrees-to-compass
v1.0.2
Published
it converts wind direction or any degree to a direction equivalent
Downloads
3
Maintainers
Readme
What's the package about ?
Degree to Compass Direction Conversion Utility Function
Installation
Use the package manager npm to install foobar.
npm install degrees-to-compass
Usage
const converter = require('degrees-to-compass');
# returns 'DIRECTION ON COMPASS'
converter.convert('90') // "→ E"
# returns 'DIRECTION OF COMPASS'
converter.convert('250') // "← W"