Skip to content

Commit

Permalink
add postmark, shallow-populate & graph-populate (#58)
Browse files Browse the repository at this point in the history
- feathers-postmark
- feathers-shallow-populate
- feathers-graph-populate
  • Loading branch information
fratzinger authored Jun 24, 2020
1 parent c084751 commit 183dd7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ Official Feathers Chat app & related front-end examples

- [feathers-mailer](https://github.com/feathersjs-ecosystem/feathers-mailer) - Feathers mailer service using nodemailer (service)
- [feathers-aws-sns](https://github.com/powerkernel/feathers-aws-sns) - Feathers AWS SNS service to use with Amazon Simple Notification Service (service)
- [feathers-postmark](https://github.com/feathers-plus/feathers-postmark) - A [Postmark](https://postmarkapp.com/) API service adapter for FeathersJS

### Google

Expand All @@ -260,6 +261,8 @@ Official Feathers Chat app & related front-end examples
- [feathers-populate-hook](https://www.npmjs.com/package/feathers-populate-hook) - Feathers hook to populate multiple fields with n:m, n:1 or 1:m relations. (hook)
- [feathers-transform-hook](https://www.npmjs.com/package/feathers-transform-hook) - Feathers hook for transform hook.data parameters (hook)
- [feathers-virtual-attribute-hook](https://www.npmjs.com/package/feathers-virtual-attribute-hook) - Feathers hook for add virtual attributes to your service response (hook)
- [feathers-shallow-populate](https://github.com/Mattchewone/feathers-shallow-populate) - The fastest FeathersJS hook for populating relational data
- [feathers-graph-populate](https://github.com/marshallswain/feathers-graph-populate) - Add lightning fast, GraphQL-like populates to your FeathersJS API

### Images

Expand Down

0 comments on commit 183dd7a

Please sign in to comment.