Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chadxz/tragic
- Owner: chadxz
- License: mit
- Created: 2018-04-14T20:59:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T21:23:48.000Z (over 4 years ago)
- Last Synced: 2024-08-13T09:21:47.945Z (3 months ago)
- Topics: agi, asterisk, javascript, nodejs
- Language: C
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
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)