Skip to content

wassimbenaissa/navitia-playground

 
 

Repository files navigation

navitia playground Build status

Web UI for the navitia API. You can get a token here and then use this UI here.

Screenshots

Request Response

Setting your dev environment to contribute

Requirements

  • node v8.x LTS (nvm is recommanded for installing node)

Installation

npm install && npx bower install

Launch the application

npx gulp dev

Troubleshooting

  • you may have troubles to install npx on some distributions. If you encounter errors like this:

    npm WARN notsup Not compatible with your operating system or architecture: [email protected]

    Try removing the node_modules directory, then launch npm install && npm install --no-optional npx && ./node_modules/.bin/npx bower install Then run ./node_modules/.bin/npx gulp dev to launch the application

License

This project is under the MIT license. See the bower file for the running dependencies and the npm file for dev dependencies.

Packages

No packages published

Languages

  • JavaScript 83.1%
  • SCSS 9.5%
  • HTML 7.4%