README.md

# Joystick

Simple wrapper around the Linux Joystick API.
*ONLY WORKS ON LINUX AT THE MOMENT*
the docs can be found at [https://hexdocs.pm/joystick](https://hexdocs.pm/joystick).

## Installation

[available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `joystick` to your list of dependencies in `mix.exs`:

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

## TODO
* Support OSX.
* Support button maps.