Xappy.js is an implementation of the xapi specification. Please take a look at the osm website for more information.
Website: http://osm.spline.de
Mailing List: [email protected] or [email protected]
IRC: irc://irc.freenode.net/#spline
Issues: https://github.com/osm-spline/xappy.js/issues
Documenation: Lives in the git as markdown (https://github.com/osm-spline/xappy.js/tree/master/doc)
This is a list of example requests, we want to optimize.
xapi.spline.de/api/0.6/node[amenity=*]
xapi.spline.de/api/0.6/node[highway=busstop]
xapi.spline.de/api/0.6/node[bbox=-6,50,2,61]
xapi.spline.de/api/0.6/node[amenity=hospital][bbox=-6,50,2,61]
To setup the postgres backend read doc/database-setup.md
.
To setup the development environment read doc/setup-development-environment.md
.
To setup the project read doc/installation.md
.
For dependencies checkout the package.json file.