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.
TODO
TODO
Check out the ./examples
directory.
TODO
Basically because it's a popular and yet normal statically typed programming language.
- logon
- start_stream
- stop_stream
- send_image
- send_text_message
- send_location
- on_channel_status
- on_stream_start
- on_stream_stop
- on_error
- on_image
- on_text_message
- on_location
- Create a sample npm package with a bot which is using this library.
- Add examples
- Finish this README
- Publish on http://npmjs.com