Skip to content

pk4media/elixir_device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device

Elixir UserAgent device detection based on the device npm library.

Installation

  1. Add device to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:device, "~> 0.3.0"}]
end
```
  1. Ensure device is started before your application:
```elixir
def application do
  [applications: [:device]]
end
```

About

Elixir User-Agent device detection library based on the npm device library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages