File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# ExWebRTC
22
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 )
35[ ![ 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 )
46[ ![ codecov] ( https://codecov.io/gh/elixir-webrtc/ex_webrtc/graph/badge.svg?token=PdnXfnnmNw )] ( https://codecov.io/gh/elixir-webrtc/ex_webrtc )
57
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.
711
812## Installation
913
14+ Add ` ex_webrtc ` to dependencies in ` mix.exs `
15+
1016``` elixir
1117def deps do
1218 [
You can’t perform that action at this time.
0 commit comments