# xqnode

> A simple console logger for node.js. It's using Winston and makes the output prettier. You can use it in your modules or as a Connect/Express Middleware.

Latest version **0.1.0** (published 2015-03-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install xqnode
pnpm add xqnode
yarn add xqnode
bun add xqnode
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2015-03-08 |
| First published | 2014-09-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | andi-oxidant |
| Keywords | xqnode, node, schema, model |

## Links

- npm: https://www.npmjs.com/package/xqnode
- npm.io page: https://npm.io/package/xqnode

## Dependencies (3)

- [sockjs](https://npm.io/package/sockjs.md) ^0.3.11
- [node.extend](https://npm.io/package/node.extend.md) ^1.1.3
- [xqnode-logger](https://npm.io/package/xqnode-logger.md) 0.1.2

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2015-03-08
- 0.0.1 — 2014-09-16
- 0.0.0 — 2014-09-16

## README

#XQNode Logger
A simple console logger for node.js. It's using Winston and makes the output prettier. You can use it in your modules or as a Connect/Express Middleware.

####Using as module
`var logger = require('xqnode-logger'); 
logger.log('Hello World');
`

---
_Source: https://npm.io/package/xqnode · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
