Skip to content

ChristianSchmidt1981/meetup-02-21-2018

Repository files navigation

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

Releases

No releases published

Packages

No packages published