Skip to content

Hypertopic/GeoXEne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoXEne – Geocoding through transmission or emulation

How to test the development version

Requirements

Installation

npm install

Start

npm start

Test

Geocode an address known by Google Maps

Open http://localhost:3000/json?address=Kerameikos&key={KEY}

The result is transmitted from https://maps.googleapis.com/maps/api/geocode/json?address=Kerameikos&key={KEY}

Geocode a custom address (unknown to Google Maps)

Open http://localhost:3000/json?address=Tombe%202,%20N%C3%A9cropole%20au%20Nord%20de%20l%27Eridanos,%20Kerameikos&key={KEY}

The result is different from the approximate result of https://maps.googleapis.com/maps/api/geocode/json?address=Tombe%202,%20N%C3%A9cropole%20au%20Nord%20de%20l%27Eridanos,%20Kerameikos&key={KEY}

Please note that all the custom addresses can be seen on a map at http://localhost:3000/.

About

Geocoding through transmission or emulation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published