Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-koppenhagen/stub-provider
A server which returns messaging stubs
https://github.com/d-koppenhagen/stub-provider
Last synced: 3 days ago
JSON representation
A server which returns messaging stubs
- Host: GitHub
- URL: https://github.com/d-koppenhagen/stub-provider
- Owner: d-koppenhagen
- Created: 2017-06-30T16:55:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T15:47:44.000Z (over 4 years ago)
- Last Synced: 2024-10-11T06:11:48.879Z (about 1 month ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Messaging-Stub-Provider
This server provides a directory containing messagings stubs for using with the [WONDER](https://github.com/d-koppenhagen/wonder) Framework.# Install & Start
```
npm install
npm start
```Copy the file `config.example.js` to `config.js` and ajust the port parameter.
The folder `stubs` will served statically. All files can be accessed by HTTP GET to _http://:/stubs_.