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

https://github.com/stuartapp/stuart-fastly-api-v3


https://github.com/stuartapp/stuart-fastly-api-v3

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Description

```
npm run start:prod
```

```
docker build -t stuart-fastly-api . && docker run --rm -p 3000:3000 stuart-fastly-api
```

Endpoints:
```
GET http://localhost:3000/v3/health
POST http://localhost:3000/v3/orders
POST http://localhost:3000/v3/orders/http-delay
```

Environment:

```
PORT=3000
HTTP_DELAY_IN_SECONDS=2
```