# irc-query

> like webu but for minimalists

Latest version **0.0.1** (published 2018-08-07) · ISC license · 0 weekly downloads

## Install

```sh
npm install irc-query
pnpm add irc-query
yarn add irc-query
bun add irc-query
```

## 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.0.1 |
| Published | 2018-08-07 |
| First published | 2018-08-07 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 6.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | IrChain Team |
| Maintainers | irchain-io |
| Keywords | irchain |

## Links

- npm: https://www.npmjs.com/package/irc-query
- Repository: https://github.com/AuraMask/irc-query
- Homepage: https://github.com/AuraMask/irc-query#readme
- Issues: https://github.com/AuraMask/irc-query/issues
- npm.io page: https://npm.io/package/irc-query

## Dependencies (2)

- [xtend](https://npm.io/package/xtend.md) ^4.0.1
- [json-rpc-random-id](https://npm.io/package/json-rpc-random-id.md) ^1.0.0

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2018-08-07

## README

like webu but for minimalists


```js
var provider = { sendAsync: function(params, cb){/* ... */} }
var query = new IrcQuery(provider)

query.getBalance(address, cb)
```

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