https://github.com/irontec/ghostphone
JsSip Angular-Material Softphone
https://github.com/irontec/ghostphone
Last synced: 9 months ago
JSON representation
JsSip Angular-Material Softphone
- Host: GitHub
- URL: https://github.com/irontec/ghostphone
- Owner: irontec
- Created: 2016-11-17T13:09:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T10:38:29.000Z (over 9 years ago)
- Last Synced: 2025-04-12T19:13:14.155Z (about 1 year ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 4
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ghostphone
Proof of concept Webrtc Softphone based on:
- [JsSIP](https://github.com/versatica/JsSIP)
- [Angular 1.5](https://angularjs.org/)
- ES6
- [Angular Material](https://material.angularjs.org/latest/)
(Thanks to [Yeoman](http://yeoman.io) and [generator gulp angular](https://github.com/Swiip/generator-gulp-angular))
## Instalation
Install dependencies:
```
npm install
bower install
```
## Build+Run
```
npm run serve
npm run build
```