README.md

# WifiPassword

#### Get the wifi password

## Installation

This package can be installed by adding `wifi_password` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:wifi_password, "~> 0.1.0"}
  ]
end
```

The docs can be found at [https://hex.pm/packages/wifi_password](https://hex.pm/packages/wifi_password)