Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lorencerri/quick.log
- Owner: lorencerri
- Created: 2017-12-07T21:08:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T10:18:35.000Z (almost 2 years ago)
- Last Synced: 2024-09-22T03:39:55.671Z (about 2 months ago)
- Language: HTML
- Homepage: https://www.npmjs.com/package/quick.log
- Size: 3.03 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quick.log-discord
========**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 = 0let 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*