Sign inSign up

ewc2020/taxicode-api-dev-handbook

By ewc2020

Updated over 2 years ago

Taxicode API Developers Handbook

Image
Developer tools
Web servers
0

962

ewc2020/taxicode-api-dev-handbook repository overview

Taxicode API Developers - Handbook

A documentation handbook in searchable interactive local hosted website format.

The documentation is aimed to assist in Taxicode API integration in addition to the documentation found at https://api.taxicode.com/.

Use With Compose

services:

  # Taxicode API Integration Handbook
  taxicode-api-dev-handbook-local:
    container_name: taxicode-api-dev-handbook-local
    tty: true
    stdin_open: true
    restart: unless-stopped
    image: ewc2020/taxicode-api-dev-handbook:latest
    ports:
      - 3000:3000
      - 3001:3001
    command:
      - serve
      - --hostname
      - '0.0.0.0'

Tag summary

Content type

Image

Digest

sha256:4fe90f397

Size

256.1 MB

Last updated

over 2 years ago

docker pull ewc2020/taxicode-api-dev-handbook