0.1.4 • Published 10 months ago

slate-irc-parser v0.1.4

Weekly downloads
28
License
MIT
Repository
github
Last release
10 months ago

slate-irc-parser version downloads

Streaming IRC message parser.

npm install --save slate-irc-parser
yarn add -D slate-irc-parser
import Parser from 'slate-irc-parser'
import net from 'net'

const client = net.connect({
  port: 6667,
  host: 'irc.freenode.org'
})

const parser = new Parser()

client.pipe(parser)

parser.on('message', (msg) => {
  console.log(msg)
})

MIT License

0.1.4

10 months ago

0.1.3

11 months ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

8 years ago

0.0.2

11 years ago

0.0.1

11 years ago