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

Useful Feathers hooks provided by the Feathers community

License

Notifications You must be signed in to change notification settings

feathers-plus/feathers-community-hooks

Repository files navigation

feathers-community-hooks

This module is no longer maintained.

Useful hooks provided by the Feathers community.

Community contributions

Much of the business logic in your Feathers-based application will reside in Feathers hooks middleware. Many of your cross-cutting concerns are addressed by the Feathers hooks collection.

That collection however cannot provide everything you might need, and there's where these hooks from the Feathers community help everyone out. These hooks have been contributed by individual members of the Feathers community and are being made available as-is.

We encourage the community to submit hooks they think are useful, categorizing them in this README. Please read the contribution guidelines. See example hook and test.

Community hooks

Transactions

  • runParallel runs a hook function in parallel to the Feathers method call. Has tests.

Documentation

Refer to Feathersjs documentation.

Installation

Run npm install feathers-community-hooks --save in your project folder.

Tests

npm test to run tests.

License

MIT. See LICENSE.

About

Useful Feathers hooks provided by the Feathers community

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published