@ -7,8 +7,9 @@
This is the API server for the Pelias project. It's the service that runs to process user HTTP requests and return results as GeoJSON by querying Elasticsearch.
[![NPM ](https://nodei.co/npm/pelias-api.png?downloads=true&stars=true )](https://nodei.co/npm/pelias-api)
[![Gitter ](https://badges.gitter.im/Join%20Chat.svg )](https://gitter.im/pelias/api?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge)
[![Build Status ](https://travis-ci.org/pelias/api.png?branch=master )](https://travis-ci.org/pelias/api)
## Documentation
@ -81,3 +82,18 @@ $ curl localhost:9200/pelias/_count?pretty
...
}
```
### Continuous Integration
Travis tests every release against Node.js versions `4` and `6` .
[![Build Status ](https://travis-ci.org/pelias/api.png?branch=master )](https://travis-ci.org/pelias/api)
### Versioning
We rely on semantic-release and Greenkeeper to maintain our module and dependency versions.
[![Greenkeeper badge ](https://badges.greenkeeper.io/pelias/api.svg )](https://greenkeeper.io/)