Observables

An implementation of Reactive Extensions in Elixir.

The library is a work in progress and I'm only implementing what I need.

Installation

If available in Hex, the package can be installed by adding observables to your list of dependencies in mix.exs:

def deps do
[
{:observables, "~> 0.1.0"}
]
end

TODO