Browse Source

Merge pull request #554 from pelias/readme_header

Reorganize Readme header
pull/557/head
Julian Simioni 8 years ago
parent
commit
b38a432e2f
  1. 13
      README.md

13
README.md

@ -1,11 +1,18 @@
[![Build Status](https://travis-ci.org/pelias/api.png?branch=master)](https://travis-ci.org/pelias/api)
>This repository is part of the [Pelias](https://github.com/pelias/pelias)
>project. Pelias is an open-source, open-data geocoder built by
>[Mapzen](https://www.mapzen.com/) that also powers [Mapzen Search](https://mapzen.com/projects/search). Our
>official user documentation is [here](https://mapzen.com/documentation/search/).
# Pelias API Server
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.
# API
[![Gitter](https://badges.gitter.im/Join Chat.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
See our [API Documentation](https://github.com/pelias/api/blob/master/public/apiDoc.md).
See the [Mapzen Search documentation](https://mapzen.com/documentation/search/).
## Install Dependencies

Loading…
Cancel
Save