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

mismosmi/poi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A simple nodejs POI API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published