43 lines
679 B
Markdown
43 lines
679 B
Markdown
# Peer Calls
|
|
|
|
[](https://travis-ci.org/jeremija/peer-calls)
|
|
|
|
WebRTC peer to peer calls for everyone. See it live in action at
|
|
[peercalls.com](https://peercalls.com).
|
|
|
|
Work in progress.
|
|
|
|
# Install & Run
|
|
|
|
From git source:
|
|
|
|
```bash
|
|
git clone https://github.com/jeremija/peer-calls.git
|
|
cd peer-calls
|
|
npm install
|
|
npm start
|
|
```
|
|
|
|
On your other machine or mobile device open the url:
|
|
|
|
```bash
|
|
http://192.168.0.10:3000
|
|
```
|
|
|
|
# Running the tests
|
|
|
|
```bash
|
|
npm install
|
|
npm test
|
|
```
|
|
|
|
Replace `192.168.0.10` with the LAN IP address of your server.
|
|
|
|
# Contributing
|
|
|
|
See [contributing][CONTRIBUTING.md].
|
|
|
|
# License
|
|
|
|
MIT
|