
See our API Documentation.
npm installThe API ships with several convenience commands (runnable via npm):
npm start: start the servernpm test: run unit testsnpm run ciao: run functional tests (this requires that the server be running)npm run docs: generate API documentationnpm run coverage: generate code coverage reports
The API recognizes the following properties under the top-level api key in your pelias.json config file:
accessLog: (optional) The name of the format to use for access logs; may be any one of the predefined values in themorganpackage. Defaults to"common"; if set tofalse, or an otherwise falsy value, disables access-logging entirely.
Please fork and pull request against upstream master on a feature branch. Pretty please; provide unit tests and script
fixtures in the test directory.
