# Vapor Example - Storehouse

Simple example which demonstrates usage of external plugin and will automatically accept all incoming trade offers from admin.

This example uses external plugin [`vapor-storehouse`](https://github.com/scholtzm/vapor-storehouse).

### Install

```sh
npm install vapor-storehouse
```

### Usage

```sh
VAPOR_USER=username VAPOR_PASS=password VAPOR_ADMIN=steamID64 node index.js
```

Replace `username`, `password` and `steamID64` with real values.
