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
Vesa Meskanen f554c6dfab fix: use actual ending day in citybike seasons
Easier to understand, and makes it possible to define a full year season.
2 days ago
.github chore: remove broken xmllint temporarily 3 weeks ago
.yarn chore: merge tested branches 10 months ago
app fix: use actual ending day in citybike seasons 2 days ago
build chore: update graphql schema 4 days ago
config chore: a couple of version bumps more 3 months ago
digitransit-component chore: update moment and moment-timezone 7 days ago
digitransit-search-util chore: update graphql schema 4 days ago
digitransit-store chore: update babel 3 months ago
digitransit-util Remove conventional commit check 3 months ago
docs chore: remove codecov because of nyc babel issues 3 months ago
sass chore: itinerary styles last 3 weeks ago
server fix: bugs related to citybike season handling 3 days ago
static Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #4982 from HSLdevcom/DT-6282"""""""""" 3 weeks ago
test chore: update season test 3 days ago
win-launch-scripts Rewrite Webpack config for Webpack 4 6 years ago
.codecov.yml Ignore auto-generated code from coverage. 5 years ago
.dockerignore debug CI [drop] 11 months ago
.eslintignore chore: use new graphql linter 4 months ago
.eslintrc.js chore: use new graphql linter 4 months ago
.git-blame-ignore-revs chore: ignore some prettier commits in blame 4 months ago
.gitignore chore: add .vscode directory to .gitignore for local IDE-dependent project files 2 years ago
.lvimrc Add project style to local vim config 8 years ago
.nvmrc chore: upgrade to Node.js v16; css-loader@5, sass-loader@10, node-sass@6 11 months ago
.nycrc.json fixed test coverage babel problems 6 years ago
.stylelintrc.json fix: disable another rule that clashes 4 months ago
.yarnrc.yml chore: use new graphql linter 4 months ago
COPYING Licenses 9 years ago
Dockerfile Revert "chore: remove internal health check" 9 months ago
LICENSE-AGPL.txt Licenses 9 years ago
LICENSE-EUPL.txt Licenses 9 years ago
README.md chore: touch readme 1 month ago
babel.config.js Revert "test: turn babel preset debug on temporarily" 3 months ago
lerna.json feat: sharing FutureRouteStore 4 years ago
package.json chore: update moment and moment-timezone 7 days ago
postcss.config.js chore: upgrade style related dev dependencies 4 years ago
webpack.config.babel.js Revert "test: turn babel preset debug on temporarily" 3 months ago
yarn.lock chore: update moment and moment-timezone 7 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