Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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?