Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 750 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 750 Bytes

Antipodes

Node js program to find the antipodes of any location

The antipodes is the location on the other side of the world. It is the location where you would end up if you tunnelled through the centre of the Earth. Since the Earth is mostly covered by water, the antipodes of many cities is water. However, there are locations that have an antipodes on land.

Run

  1. The HERE geocoding API is used to geocode and reverse-geocide locations and coordinates. Get a free key and replace app_id and app_code with your App ID and App Code for JavaScript/REST: https://developer.here.com.
  2. Install the npm dependencies with npm install.
  3. The node program can be run with npm start, which can be used through localhost port 3000 by default.