Skip to content
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.

CodeAdventure/meteor-promise-signals

Repository files navigation

Promise Signals Build Status

Javascript Signals (js-signals) that return promises to the invoking party that dispatches the signal and expects some return values or reaction.

This is useful for signal-command setups when you want to get rid of the event listening pattern for simple success / failure scenarios. The command can still dispatch signals for success and failure but the code that requested the action should be informed by fulfilling or rejecting a promise.

Install with Meteorite

Install the module with: mrt add promise-signals

Documentation & Examples

http://CodeAdventure.github.io/meteor-promise-signals

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Run the tests

mrt test-packages ./

Release History

0.1.0 - Initial release of the library

License

Copyright (c) 2014 Code Adventure Licensed under the MIT license.

About

Signals that return promises when dispatched.

Resources

License

Stars

Watchers

Forks

Packages

No packages published