web UI for open trip planner
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
sharhio 2c261ad3f9 fix: vaasa favicon 3 hours ago
.github chore: update actions 3 months ago
.yarn chore: merge tested branches 1 year ago
app fix: vaasa favicon 3 hours ago
build chore: update schema 4 days ago
config chore: a couple of version bumps more 9 months ago
digitransit-component fix: add OSM station search back, do not search locations from GTFS 4 weeks ago
digitransit-search-util chore: update schema 4 days ago
digitransit-store chore: update babel 9 months ago
digitransit-util fix: bump up versions of changed libraries 4 months ago
docs Fix typo 1 week ago
sass DT-6448 hameenlinna theme update 3 hours ago
scripts Update OTP_URL usage in scripts and docs 1 month ago
server Update OTP url structure 1 month ago
static DT-6448 hameenlinna theme update 3 hours ago
test feat: added simple unit tests 3 weeks ago
win-launch-scripts Rewrite Webpack config for Webpack 4 7 years ago
.codecov.yml Ignore auto-generated code from coverage. 6 years ago
.dockerignore debug CI [drop] 1 year ago
.eslintignore chore: use new graphql linter 10 months ago
.eslintrc.js chore: use new graphql linter 10 months ago
.git-blame-ignore-revs chore: ignore some prettier commits in blame 10 months ago
.gitignore chore: add .vscode directory to .gitignore for local IDE-dependent project files 3 years ago
.lvimrc Add project style to local vim config 9 years ago
.nvmrc bump node to v20, sharp to 0.33. 6 months ago
.nycrc.json fixed test coverage babel problems 6 years ago
.stylelintrc.json fix: disable another rule that clashes 10 months ago
.yarnrc.yml chore: use new graphql linter 10 months ago
COPYING Licenses 9 years ago
Dockerfile bump node to v20, sharp to 0.33. 6 months ago
LICENSE-AGPL.txt Licenses 9 years ago
LICENSE-EUPL.txt Licenses 9 years ago
README.md chore: touch readme 7 months ago
babel.config.js Revert "test: turn babel preset debug on temporarily" 9 months ago
lerna.json feat: sharing FutureRouteStore 4 years ago
package.json chore(deps): bump body-parser from 1.19.0 to 1.20.3 4 days ago
postcss.config.js chore: upgrade style related dev dependencies 4 years ago
webpack.config.babel.js Revert "feat: Introduced Design System" 3 weeks ago
yarn.lock chore(deps): bump body-parser from 1.19.0 to 1.20.3 4 days ago

README.md

Build

Digitransit-ui is a mobile friendly User interface built to work with Digitransit platform

Licensing

The source code of the platform is dual-licensed under the EUPL v1.2 and AGPLv3 licenses.

Issues

Our main issue tracking is handled in https://digitransit.atlassian.net However, we also monitor this repository's issues and import them to Jira. You can create issues in GitHub.

Demos

Testing

Digitransit-ui is tested to work on the latest and the second latest major versions of Firefox, Chromium and Safari.

Visual tests are run with jest and playwright.

More information about testing.

Documentation