Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dandimrod/postmanlocalmock
- Owner: dandimrod
- License: mit
- Created: 2019-07-11T18:03:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T20:40:55.000Z (over 5 years ago)
- Last Synced: 2024-10-10T06:02:15.483Z (29 days ago)
- Topics: postman, postman-mock, postman-server
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.