README
s-zipcode
Made for Let's Join Paws
This module returns all zip codes given a state. Zip codes are an array of objects including the properties:
cityState
{String}latitude
{Number}longitude
{Number}zip.
{String}
Get coordinates of any zip code
<script type="module">
import sebastiansandqvistSZipcode from 'https://cdn.skypack.dev/@sebastiansandqvist/s-zipcode';
</script>
This module returns all zip codes given a state. Zip codes are an array of objects including the properties:
cityState
{String}latitude
{Number}longitude
{Number}zip.
{String}