You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Harish Krishna 15c63e405c adding a naive reverse api endpoint (also, shares most of the search controller). updated search query to include a filter and a sort (calculating a bounding box, given a lat/lon) 10 years ago
controller adding a naive reverse api endpoint (also, shares most of the search controller). updated search query to include a filter and a sort (calculating a bounding box, given a lat/lon) 10 years ago
docs updating test: changed query, lat, lon values to verify (visually! not programatically for now) location aware search results 10 years ago
middleware adding a naive reverse api endpoint (also, shares most of the search controller). updated search query to include a filter and a sort (calculating a bounding box, given a lat/lon) 10 years ago
query adding a naive reverse api endpoint (also, shares most of the search controller). updated search query to include a filter and a sort (calculating a bounding box, given a lat/lon) 10 years ago
sanitiser adding search api endpoint and test (lat/lon in the query pending) 10 years ago
src progress commit 10 years ago
test updating test: changed query, lat, lon values to verify (visually! not programatically for now) location aware search results 10 years ago
.gitignore current dev branch 10 years ago
.travis.yml add travis config 10 years ago
README.md readme 10 years ago
index.js adding a naive reverse api endpoint (also, shares most of the search controller). updated search query to include a filter and a sort (calculating a bounding box, given a lat/lon) 10 years ago
package.json ciao config 10 years ago

README.md

API

Pelias RESTful API

Documentation

API Documentation

Install Dependencies

$ npm install

Contributing

Please fork and pull request against upstream master on a feature branch.

Pretty please; provide unit tests and script fixtures in the test directory.

Start Server

$ npm start

Running Unit Tests

$ npm run unit

Running Functional Tests

$ npm run ciao

Running All Tests

$ npm test

Generate API Documentation

$ npm run docs

Continuous Integration

Travis tests every release against node version 0.10

Build Status