An api, which consumes the pegelonline api and extends the stations with additional information.
$ pnpm install
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
Build:
docker build -t dict-api .
Start:
docker run --rm -p 3000:3000 dict-api
Use and get a response: