Skip to content

DonalRafferty/GreatCircleDistanceExercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Great Circle Distance Exercise

This is a simple example exercise that demonstrates the Great Circle Distance or Haversine formula for calculating the distance between two points on a sphere.

It is a simple application based on the MEAN stack that allows a user to enter a distance (EG: 100km) and it will calculate the distance to certain customers who's information it gets from a file containing customers in JSON object format.

Dependencies

  • NodeJS
  • NPM
  • Bower
  • GruntJS

To build

  • After cloning the project from the root folder run npm install
  • This should also run a bower install command but if you have issues running npm you may also need to manually run bower install
  • Run the grunt command
  • Open a browser and go to localhost:3000

About

An exercise to develop a simple app using the Great Circle Distance calculation to find customers from a certain point

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published