# SHIELD Rate Limiter DISTIL router for nodejs apps.

### Environment
* Minimal **Node Version:** **v8.0.0**

### Example
See the working example in `example` folder.

**Running Example Server**
```shell
    node example/server.js

    //Open Browser pointing to http://localhost:8080/captcha_distil
```

