README
Area-Matcher
A node.js library for matching areas and points.
A library that takes a list of GeoJSON areas and a list of coordinates and returns the areas in which the coordinate points are.
<script type="module">
import areaMatcher from 'https://cdn.skypack.dev/area-matcher';
</script>
A node.js library for matching areas and points.