# LossCounterBootStrap
Bootstrap template website for those who need an "L" counter; </br>
"Last Night I Took An L, But Tonight I Bounce Back" - Big Sean

## Installation
```
  npm install takealoss
```

## Usage

<b>Initialization</b>
```
  var app = require('takealoss');
  var client = new app();
```

<b>Creates HTML and Javascript document:</b>
```
  client.createDocument(name,numOfLoss);
```

<b>Arguments:</b>
* ```name```: [string] name of the person taking the loss
* ```numOfLoss```: [int] number of total losses

<b>Establishes server and makes site available on localhost:3000</b>
```
  client.runServer();
```

## Credit
Shoutout to all of the loses I took this year.

## Disclaimer
This is purely for entertainment purposes.
