# state-adjacency **Repository Path**: mirrors_mathisonian/state-adjacency ## Basic Information - **Project Name**: state-adjacency - **Description**: A function that returns adjacent states - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # state-adjacency A function that returns adjacent states ## Install ``` $ npm install state-adjacency ``` ## Example ```js var stateAdjacency = require('state-adjacency'); console.log(stateAdjacency('mi')); // prints ["wi","in","oh"] ``` ## Credit Data taken from [this blog post](https://writeonly.wordpress.com/2009/03/20/adjacency-list-of-states-of-the-united-states-us/), thanks @gregglind ## License ISC