Web UI for the navitia API. You can get a token here and then use this UI here.
Installing the dependencies:
- Check first your node version with
node --version
and get a recent version if needed (should work with node 4.4 and 6.0). Ubuntu/Debian installation. sudo npm install gulp -g && sudo npm install bower -g && npm install && bower install
To launch:
gulp dev
This project is under the MIT license. See the bower file for the running dependencies and the npm file for dev dependencies.