Web UI for the navitia API. You can get a token here and then use this UI here.
- node v8.x LTS (nvm is recommanded for installing node)
npm install && npx bower installnpx gulp dev-
you may have troubles to install
npxon some distributions. If you encounter errors like this:npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.9
Try removing the
node_modulesdirectory, then launchnpm install && npm install --no-optional npx && ./node_modules/.bin/npx bower installThen run./node_modules/.bin/npx gulp devto launch the application
This project is under the MIT license. See the bower file for the running dependencies and the npm file for dev dependencies.

