mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-08-22 11:02:51 +02:00
web UI for open trip planner
![]() Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12. - [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/crypto-browserify/sha.js/compare/v2.4.11...v2.4.12) --- updated-dependencies: - dependency-name: sha.js dependency-version: 2.4.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
.yarn | ||
app | ||
build | ||
config | ||
digitransit-component | ||
digitransit-search-util | ||
digitransit-store | ||
digitransit-util | ||
docs | ||
sass | ||
scripts | ||
server | ||
static | ||
test | ||
win-launch-scripts | ||
.codecov.yml | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc.js | ||
.git-blame-ignore-revs | ||
.gitignore | ||
.lvimrc | ||
.nvmrc | ||
.nycrc.json | ||
.stylelintrc.json | ||
.yarnrc.yml | ||
babel.config.js | ||
COPYING | ||
Dockerfile | ||
lerna.json | ||
LICENSE-AGPL.txt | ||
LICENSE-EUPL.txt | ||
package.json | ||
postcss.config.js | ||
README.md | ||
webpack.config.babel.js | ||
yarn.lock |
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.
We are currently moving our issue tracking into another platform.
Demos
Testing
Digitransit-ui is tested to work on the latest and the second latest major versions of Firefox, Chromium and Safari.
- Continuous Integration: https://github.com/HSLdevcom/digitransit-ui/actions
Visual tests are run with jest and playwright.
More information about testing.