flightjs / flight-with-observe

A Flight mixin for locally subscribing to an observable sequence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flight-with-observe

Build Status

A Flight mixin for filtering, transforming, and subscribing to observable state.

Installation

npm install --save flight-with-observe

Development

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.

Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.

About

A Flight mixin for locally subscribing to an observable sequence

License:MIT License


Languages

Language:JavaScript 100.0%