Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lorencerri/quick.log

This package provides a quick, easy to use, logging solution viewable from a browser.
https://github.com/lorencerri/quick.log

Last synced: 18 days ago
JSON representation

This package provides a quick, easy to use, logging solution viewable from a browser.

Awesome Lists containing this project

README

        

Quick.log-discord
========



Discord Server
YouTube Channel


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

**Now supports markdown in `.send`!** [Example](https://i.imgur.com/Z3fPxPh.gif)

This package is meant to provide an easy way view and send logs to a webpage.
You can view our Trello roadmap [here](https://trello.com/b/rRZ6i1Qh)!

**Installation**
```
npm install quick.log-discord
```

**Require Package**
```
var log = require('quick.log-discord')
```

**Webpage Viewable**
```
localhost:8080
```

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

## Usage

**Send Log**
```js
log.send('message')
```

**Example** [Output](https://i.imgur.com/Z3fPxPh.gif)
```js
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](https://discordbots.org/bot/346516120322179072) **-** A fully customizable, modular, multi-use discord bot. **-** By *TrueXPixels*