> [sudo] npm install -g bower;
> bower install;
> python -m SimpleHTTPServer 8000Enter any Pelias query string into the box on the top, and it will query multiple Pelias instances with that query, displaying results side by side for easy comparison.
you can use getEndpoints() and setEndpoints() in your browser Console tab to change which hosts are being queried, or use resetEndpoints() to reset to defaults.
your endpoint preferences are stored in localStorage, so they will persist between page loads.
you can update the endpoints to point to localhost; in your browser Console tab type:
> getEndpoints()
[
"https://api.geocode.earth",
"http://another-pelias.com"
]> setEndpoints([
"https://api.geocode.earth",
"http://another-pelias.com",
"http://localhost:3100"
])
MainController.js:112 saved to localStorageplease commit your bower_components/* to github so they are available on the github CDN.
Github Pages is activated on the master branch, so open PRs as normal.
note it can take several minutes before the gh-pages content appears at http://pelias.github.io/compare