Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dandimrod/postmanlocalmock

Simple utility that runs a mock api out of an API using a postman collection as a base.
https://github.com/dandimrod/postmanlocalmock

postman postman-mock postman-server

Last synced: 17 days ago
JSON representation

Simple utility that runs a mock api out of an API using a postman collection as a base.

Awesome Lists containing this project

README

        

# Postman Local Mock

Simple utility that runs a mock api out of an API using a postman collection as a base.

Just download the executable of the lastest version [here](https://github.com/dandimrod/PostmanLocalMock/releases/latest).

Alternatively, you can also clone this repository, and run the program by first downloading the dependencies with:

npm update

And then run the server with:

node PostmanLocalMock.js

Node.js is required to use this method.