0.0.6 • Published 3 years ago

ts-zello v0.0.6

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
github
Last release
3 years ago

TypeScript Zello backend client library

This is a library for creating bots for Zello push-to-talk app.

It uses Zello Channel API directly.

The library is still in development and currently can:

  • monitor channel activity
  • send and receive text messages
  • send and receive audio

See below for the relevant development status.

Quick start

TODO

Library

TODO

Examples

Check out the ./examples directory.

TODO

Why TypeScript?

Basically because it's a popular and yet normal statically typed programming language.

Development Status

Implemented commands

  • logon
  • start_stream
  • stop_stream
  • send_image
  • send_text_message
  • send_location

Implemented events

  • on_channel_status
  • on_stream_start
  • on_stream_stop
  • on_error
  • on_image
  • on_text_message
  • on_location

TODO

  • Create a sample npm package with a bot which is using this library.
  • Add examples
  • Finish this README
  • Publish on http://npmjs.com