https://github.com/edenlabllc/fido_qr_code
https://github.com/edenlabllc/fido_qr_code
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edenlabllc/fido_qr_code
- Owner: edenlabllc
- Created: 2018-07-12T11:14:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T11:32:49.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T08:45:10.555Z (2 months ago)
- Language: Elixir
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FidoQrCode
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `fido_qr_code` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:fido_qr_code, "~> 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/fido_qr_code](https://hexdocs.pm/fido_qr_code).