1.3.1 • Published 2 years ago

@peerigon/movie-list-demo-app v1.3.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@peerigon/movie-list-demo-app 🎥

A demo application for workshops.


Run it with npx movie-list-demo-app.

The pre-build frontend is statically served at http://localhost:9000

The REST API will be available at http://localhost:9000/api?search=<term>

Options

  -h, --help                display help for command
  -s, --slow                simulate slow server response time
  -s, --slowResponseMin     minimum slow response time (default: 2000)
  -s, --slowResponseMax     maximum slow response time (default: 6000)
  -b, --broken              broken server response

Server responses are random between 50ms and 100ms for normal mode and 2s and 6s in slow mode.

Broken mode has 50% chance of erroring out (HTTP status code 500) with this response body:

{
	"error": "Something unexpected happened",
	"movies": null
}
1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago