https://github.com/brandaoplaster/telephony
A small phone system to learn elixir concepts :iphone:
https://github.com/brandaoplaster/telephony
Last synced: 19 days ago
JSON representation
A small phone system to learn elixir concepts :iphone:
- Host: GitHub
- URL: https://github.com/brandaoplaster/telephony
- Owner: brandaoplaster
- Created: 2021-08-14T19:11:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T03:04:47.000Z (almost 5 years ago)
- Last Synced: 2025-02-26T22:17:07.092Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telephony :iphone:
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `telephony` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:telephony, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/telephony](https://hexdocs.pm/telephony).