A Flight mixin for locally subscribing to an observable sequence.
npm install flight-with-observe
A Flight mixin for filtering, transforming, and subscribing to observable state.
``bash`
npm install --save flight-with-observe
To develop this module, clone the repository and run:
```
$ yarn install && yarn test
If the tests pass, you have a working environment. You shouldn't need any external dependencies.
Anyone and everyone is welcome to contribute. Please take a moment to
review the guidelines for contributing.