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.
![]() |
5 days ago | |
---|---|---|
spec | 5 days ago | |
web | 7 months ago | |
.gitignore | 3 years ago | |
.redoclyrc | 3 years ago | |
.travis.yml | 3 weeks ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
logo.png | 3 years ago | |
package-lock.json | 3 weeks ago | |
package.json | 3 years ago |
README.md
GraphHopper Directions API OpenAPI Specification
Links
- View Documentation (ReDoc)
- OpenAPI Raw Files: JSON YAML
Warning: All above links are updated only after Travis CI finishes deployment
Working on specification
Install
- Install Node JS
- Clone repo and run
npm install
in the repo root
Usage
npm start
Starts the development server.
npm run build
Bundles the spec and prepares web_deploy folder with static assets.
npm test
Validates the spec.
npm run gh-pages
Deploys docs to GitHub Pages. You don't need to run it manually if you have Travis CI configured.