Get coordinates of any zip code
npm install @sebastiansandqvist/s-zipcodeThis 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}