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

https://github.com/banyudu/pitfall

Pitfall, run a http server that never response.
https://github.com/banyudu/pitfall

Last synced: 4 months ago
JSON representation

Pitfall, run a http server that never response.

Awesome Lists containing this project

README

        

# pitfall

Pitfall, run a http server that never response.

## Run without install

```bash
npx pitfall
```

```bash
$ npx pitfall 6789
$ curl http://localhost:6789/what-ever-path-you-like

# listen on the given port and never response, it's just a pitfall
```

## Install

```bash
$ npm i -g pitfall
```