From b7c175b3ebf830b179390214acc3d27d58a908d0 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 30 Jan 2017 15:39:52 +0000 Subject: [PATCH 1/3] docs(readme): add Greenkeeper badge https://greenkeeper.io/ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f6e6627..a06cc849 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ # Pelias API Server +[![Greenkeeper badge](https://badges.greenkeeper.io/pelias/api.svg)](https://greenkeeper.io/) + 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. [![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) From 92c3c67915704f0856129e0a373d9ea35f5b3f55 Mon Sep 17 00:00:00 2001 From: Diana Shkolnikov Date: Wed, 1 Feb 2017 13:22:43 -0500 Subject: [PATCH 2/3] add ci, versioning, and npm badge --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a06cc849..585eb1d7 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,11 @@ # Pelias API Server -[![Greenkeeper badge](https://badges.greenkeeper.io/pelias/api.svg)](https://greenkeeper.io/) - 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. +[https://npmjs.org/package/pelias-api](https://npmjs.org/package/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 @@ -83,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/) + + From cda31a1b6ffd54ca4108f4b2327c065ef553ce8d Mon Sep 17 00:00:00 2001 From: Diana Shkolnikov Date: Wed, 1 Feb 2017 13:23:56 -0500 Subject: [PATCH 3/3] npm badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 585eb1d7..eb9272cd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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. -[https://npmjs.org/package/pelias-api](https://npmjs.org/package/pelias-api) +[![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)