Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisbus/Observerl
https://github.com/nisbus/Observerl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nisbus/Observerl
- Owner: nisbus
- Created: 2012-12-23T13:46:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-28T20:36:17.000Z (almost 12 years ago)
- Last Synced: 2024-07-19T22:44:12.680Z (4 months ago)
- Language: Erlang
- Size: 306 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/nisbus/Observerl.png?branch=master)](https://travis-ci.org/nisbus/Observerl)
Observerl
=========
Observer that you can subscribe to with filters for the stream. Inspired by the Reactive Extensions for .NET and Javascript.Check out the [documentation](http://nisbus.github.com/Observerl/)
To start with test like this:
./rebar compilecd ebin
erl
test_run:run().