# doom-nwmatcher

> DOOM bridge for using NWMatcher selector engine.

Latest version **0.1.0** (published 2013-03-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install doom-nwmatcher
pnpm add doom-nwmatcher
yarn add doom-nwmatcher
bun add doom-nwmatcher
```

## 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 | 2013-03-26 |
| First published | 2013-03-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Quildreen "Sorella" Motta |
| Maintainers | killdream |
| Keywords | doom-bridge, doom, css-selector, browser |

## Links

- npm: https://www.npmjs.com/package/doom-nwmatcher
- Repository: https://github.com/killdream/doom-nwmatcher
- npm.io page: https://npm.io/package/doom-nwmatcher

## Dependencies (1)

- [nwmatcher](https://npm.io/package/nwmatcher.md) ~1.3.1

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2013-03-26

## README

# DOOM: NWMatcher

DOOM bridge for using NWMatcher selector engine.


### Example

```js
// You need to pass over the global object to the bridge
var NWMatcherBridge = require('doom-nwmatcher')(window)

// Then just instantiate DOOM as normal
var doom = require('doom')(NWMatcherBridge)
```


### Installing

Just grab it from NPM:

    $ npm install doom-nwmatcher


### Licence

MIT/X11. ie.: do whatever you want.

[Calliope]: https://github.com/killdream/calliope
[es5-shim]: https://github.com/kriskowal/es5-shim

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