Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1001 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 1001 Bytes

Get Started geocode - distance calculations

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

0. Pre-requisite Knowledge

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

1. Yarn install

yarn install

2. execute

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