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

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

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
```