0.2.6 • Published 7 years ago

mock-router-service v0.2.6

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Mock Router Service

Install

npm install --save-dev mock-router-service

Using Mock Service with Docker.

docker-compose.yml:

In your container

tty: true
links:
    - mock-router-service:mock.service.dev
mock-router-service:
    build: "./node_modules/mock-router-service/"
    ports:
        - 3030:3030
    environment:
        - VIRTUAL_HOST=mock.service.dev
    tty: true

With this service you can test you Routers Services using proxy

The service return all headers, query string and payload

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago