Repository
Current version released
5 years ago
Versions
Cardinal
Get cardinal direction (16 directions) from degree.
import { getCardinal } from "https://deno.land/x/cardinal/mod.ts";
console.log(getCardinal(135)); // SE
console.log(getCardinal(135, { long: true })); // southeastMIT License.