Bugsense API for node & web

## Web Usage

Assuming you're using [catchall](/crcn/catchall), just drop-in a one liner.

```html
<html>
  <head>
    <script type="text/javascript" src="https://raw.github.com/crcn/mesh-bugsense/master/bugsense.min.js?apiKey=[KEY_HERE]"></script>
  </head>
  <body>
  </body>
</html>
```

## Node Usage

```javascript
//TODO
```