state-adjacency
v1.0.0
Published
A function that returns adjacent states
Readme
state-adjacency
A function that returns adjacent states
Install
$ npm install state-adjacencyExample
var stateAdjacency = require('state-adjacency');
console.log(stateAdjacency('MI'));
// prints ["wi","in","oh"]License
ISC
