This was created during my time as a student at Code Chrysalis.
You found the meetup - presentation here
https://docs.google.com/presentation/d/1mQCE_2ldufWXn6oMAPh98Ux5JEqEa034u_cgUsb6yEI/edit?usp=sharing
This meetup and demonstration assumes that you have working knowledge of git and JavaScript.
1. Install an IDE for example VSCode
2. Install Node.js
3. Install Git
4. Install yarn
yarn install
node .\geocoder.js for loading a geocode from google-maps node .\distance-without-curvature.js for calculate a distance without earth curvature node .\distance-with-curvature.js for calculate a distance with earth curvature node .\interpolation.js for interpolate geocodes node .\radius-search.js for a radius search