Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 401 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 401 Bytes

poi

A simple nodejs POI API.

First run npm install.

Run the server with npm start.

Visit localhost:3000.

API-usage is:

?by=id&id=%ID% 
=> restaurant by id

?by=boundingbox&latMin=%minimum latitude%&latMax=%maximum latitude%&lngMin=%minimum longitude%&lngMax=%maximum longitude%
=> return array of restaurants within bounding box

Example data read from tour-pedia.org API. Thanks!