1.0.0 • Published 7 years ago

takealoss v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

LossCounterBootStrap

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

Installation

  npm install takealoss

Usage

Initialization

  var app = require('takealoss');
  var client = new app();

Creates HTML and Javascript document:

  client.createDocument(name,numOfLoss);

Arguments:

  • name: string name of the person taking the loss
  • numOfLoss: int number of total losses

Establishes server and makes site available on localhost:3000

  client.runServer();

Credit

Shoutout to all of the loses I took this year.

Disclaimer

This is purely for entertainment purposes.