Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvaldesdeleon/tiny-mock-server
Itty bitty mock server
https://github.com/mvaldesdeleon/tiny-mock-server
Last synced: about 6 hours ago
JSON representation
Itty bitty mock server
- Host: GitHub
- URL: https://github.com/mvaldesdeleon/tiny-mock-server
- Owner: mvaldesdeleon
- License: mit
- Created: 2016-08-26T16:53:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T17:19:35.000Z (about 8 years ago)
- Last Synced: 2024-10-29T00:40:03.402Z (19 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiny Mock Server
Hello, I am a tiny mock server. Feed me files, and I will serve them. I only eat JSON, sorry.
## Installation
```shell
$ npm install tiny-mock-server
```## Example
```shell
~/tiny $ node index.js &
[1] [31337]
~/tiny $ curl http://localhost:8000/itty/bitty/api
{
"hello": "tiny"
}
```## Configuration
Really?