# Vapor Example - Basic

Simple example which demonstrates how to make a pretty basic bot.

### Usage

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

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