Skip to content

52North/edis-dict-api

 
 

Repository files navigation

dict-api for edis

Description

An api, which consumes the pegelonline api and extends the stations with additional information.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Docker

Build:

docker build -t dict-api .

Start:

docker run --rm -p 3000:3000 dict-api

Use and get a response:

http://localhost:3000/search?q=köln

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.6%
  • JavaScript 2.6%
  • Dockerfile 0.8%