1.2.1 • Published 6 years ago

quick.log v1.2.1

Weekly downloads
77
License
ISC
Repository
-
Last release
6 years ago

Quick.log

Note: This package is under development and will be updated frequently.

Now supports markdown in .send! Example

This package is meant to provide an easy way view and send logs to a webpage. You can view our Trello roadmap here!

Installation

npm install quick.log

Require Package

var log = require('quick.log')

Webpage Viewable

localhost:8080

Contributions Thank you, Morfixx - General Bugtesting & New Feature Ideas

Usage

Send Log

log.send('message')

Example Output

const log = require('./index.js')

log.send('#Supports Markdown!')
log.send('##Updates in real-time!')
log.send('###Viewable from any browser!')

// Counter
let i = 0

let func = setInterval(function () {

    // Send Message
    log.send(`**${i}** | *Random #* = \`${Math.random()}\``)

    i++
}, 500)

Projects Using quick.log

Infinitude - A fully customizable, modular, multi-use discord bot. - By TrueXPixels

1.2.1

6 years ago

1.2.0

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.7

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago