Where exactly does Berlin's public transport fare zone C run? Which stations can you reach with a simple ABC ticket? Find out on this map.
This application is based on open data. Open data is an important part of Berlin's administrative activities and not only creates transparency and openness, but also enables analysis and applications like this. You can find more open data at the Berlin Open Data Portal.
Data used to create the map:
This website is a NextJS app configured with:
- Typescript
- Linting with ESLint
- Formatting with Prettier
Basic Next.js app
This project is a Next.js app which requires you to have Node.js installed.
Clone the repository to your local machine:
git clone git@github.com:technologiestiftung/tarifkarte.gitMove into the repository folder:
cd tarifkarteMake sure you use the Node.js version specified in .nvmrc. Find out which Node version you're currently on with:
node --versionIf this version differs from the one specified in .nvmrc, please install the required version, either manually, or using a tool such as nvm, which allows switching to the correct version via:
nvm useWith the correct Node version, install the dependencies:
npm installYou are now ready to start a local development server on http://localhost:3000 via:
npm run devNew features, fixes, etc. should always be developed on a separate branch:
- In your local repository, checkout the
mainbranch. - Run
git checkout -b <name-of-your-branch>to create a new branch (ideally following Conventional Commits guidelines). - Make your changes
- Push your changes to the remote:
git push -u origin HEAD - Open a pull request.
You can commit using the npm run cm command to ensure your commits follow our conventions.
The app is deployed to the cloud with Vercel (Documentation).
We use Matomo for website analytics. Matomo is respectful of the users' privacy, the page visits are tracked anonymously.
In the production environment, a NEXT_PUBLIC_MATOMO_URL and NEXT_PUBLIC_MATOMO_SITE_ID is configured for this purpose.
Thanks goes to these wonderful people (emoji key):
Hans Hack 💻 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Texts and content available as CC BY.
|
|
Together with:
|
A project by:
|
Supported by:
|