File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ExWebRTC
2
2
3
+ [ ![ Hex.pm] ( https://img.shields.io/hexpm/v/ex_webrtc.svg )] ( https://hex.pm/packages/ex_webrtc )
4
+ [ ![ API Docs] ( https://img.shields.io/badge/api-docs-yellow.svg?style=flat )] ( https://hexdocs.pm/ex_webrtc )
3
5
[ ![ CI] ( https://img.shields.io/github/actions/workflow/status/elixir-webrtc/ex_webrtc/ci.yml?logo=github&label=CI )] ( https://github.com/elixir-webrtc/ex_webrtc/actions/workflows/ci.yml )
4
6
[ ![ codecov] ( https://codecov.io/gh/elixir-webrtc/ex_webrtc/graph/badge.svg?token=PdnXfnnmNw )] ( https://codecov.io/gh/elixir-webrtc/ex_webrtc )
5
7
6
- Implementation of [ the W3C WebRTC API] ( https://www.w3.org/TR/webrtc/ ) in Elixir.
8
+ Implementation of the [ W3C WebRTC API] ( https://www.w3.org/TR/webrtc/ ) in Elixir.
9
+
10
+ See ` examples ` directory for usage examples.
7
11
8
12
## Installation
9
13
14
+ Add ` ex_webrtc ` to dependencies in ` mix.exs `
15
+
10
16
``` elixir
11
17
def deps do
12
18
[
You can’t perform that action at this time.
0 commit comments