Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chadxz/tragic

An Asterisk Gateway Interface client library
https://github.com/chadxz/tragic

agi asterisk javascript nodejs

Last synced: about 1 month ago
JSON representation

An Asterisk Gateway Interface client library

Awesome Lists containing this project

README

        

# tragic

[![Build Status][build status image]][build status link]
[![Codecov][codecov image]][codecov link]
[![Greenkeeper Badge][greenkeeper image]][greenkeeper link]

An [Asterisk Gateway Interface][agi] client library for Node.js v6+.

[build status image]: https://travis-ci.org/chadxz/tragic.svg?branch=master
[build status link]: https://travis-ci.org/chadxz/tragic
[codecov image]: https://img.shields.io/codecov/c/github/chadxz/tragic.svg
[codecov link]: https://codecov.io/gh/chadxz/tragic
[greenkeeper image]: https://badges.greenkeeper.io/chadxz/tragic.svg
[greenkeeper link]: https://greenkeeper.io/
[agi]: https://www.rdegges.com/2010/a-technical-introduction-to-the-asterisk-gateway-interface-agi/

### installation

`npm install tragic`

### contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

### license

[MIT](LICENSE-MIT)