1.0.1-1 • Published 6 years ago

ts3 v1.0.1-1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

node-ts3

an abstracted teamspeak 3 server query client

Documentation

Install

npm install ts3 -S

Usage

const TS3 = require('ts3')

const ts = new TS3()

ts.connect('127.0.0.1', 10011)
	.then(async () => {
		let auth = await ts.auth('serveradmin', 'supersecret', 1)
		console.log('authed', auth)

		ts.setName('node-ts3')

		ts.subscribe('server')
		ts.subscribe('channel', 1)
		ts.subscribe('textprivate')
	})

ts.on('clientJoin', (ev) => {
	ev.client.message('Hello ' + ev.client.nick + '!')
})

See additional examples in the examples directory.

Documentation

Generated documentation is available from connormcf.com/node-ts3.

1.0.1-1

6 years ago

1.0.1

6 years ago

0.0.1-3

9 years ago

0.0.1-2

9 years ago

0.0.1-1

9 years ago

1.0.0

9 years ago

0.0.1-0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago