1.12.0 • Published 7 years ago

osm-comments-api v1.12.0

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

CircleCI

osm-comments-api

Expose a RESTful API for OSM Notes and Changeset Comments.

Setup

  • Get some data into your database, see https://github.com/mapbox/osm-comments-parser

  • Run npm install

  • Define an env var called OSM_COMMENTS_POSTGRES_URL eg export OSM_COMMENTS_POSTGRES_URL='postgres://localhost/osm-comments'

  • Run server with node run-server.js

  • Visit for eg. http://localhost:8888/api/v1/notes in your browser to see some JSON

Use as module

  • You can also import and use this in your node project as a module. A simple example:

    var api = require('osm-comments-api'); api.listen(8888);

    Test

  • Set an environment variabled called TEST_PG_USER with your postgres username

  • Run npm test
1.12.0

7 years ago

1.11.0

7 years ago

1.10.1

7 years ago

1.10.0

7 years ago

1.9.1

7 years ago

1.9.0

7 years ago

1.7.0

7 years ago

1.6.2

7 years ago

1.6.1

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago