Skip to content

Calculate distance between zip codes using the Haversine Formula

Notifications You must be signed in to change notification settings

ckarras11/zip-distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zip-distance

Calculate distance between zip codes using the Haversine Formula

Technical Challenge

For a coding challenge I was tasked with calculating the distance between two points given a zipcode without utilizing any external API's. Using the zipcode and a database with the Lat and Long of each location, I was then able to calculate the distance in a straight line using the Haversine Formula. https://zip-distance.herokuapp.com/

image

About

Calculate distance between zip codes using the Haversine Formula

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published