Skip to content

Commit 8605865

Browse files
authored
docs(ecosystem): add fastify-cloudinary plugin (fastify#4576)
1 parent d4a9851 commit 8605865

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/Guides/Ecosystem.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ section.
270270
- [`fastify-cloudevents`](https://github.com/smartiniOnGitHub/fastify-cloudevents)
271271
Fastify plugin to generate and forward Fastify events in the Cloudevents
272272
format.
273+
- [`fastify-cloudinary`](https://github.com/Vanilla-IceCream/fastify-cloudinary)
274+
The Cloudinary Fastify SDK allows you to quickly and easily integrate your
275+
application with Cloudinary. Effortlessly optimize and transform your cloud's
276+
assets.
273277
- [`fastify-cockroachdb`](https://github.com/alex-ppg/fastify-cockroachdb)
274278
Fastify plugin to connect to a CockroachDB PostgreSQL instance via the
275279
Sequelize ORM.
@@ -396,7 +400,7 @@ section.
396400
Fastify plugin to parse request language.
397401
- [`fastify-lcache`](https://github.com/denbon05/fastify-lcache)
398402
Lightweight cache plugin
399-
- [`fastify-list-routes`](https://github.com/chuongtrh/fastify-list-routes)
403+
- [`fastify-list-routes`](https://github.com/chuongtrh/fastify-list-routes)
400404
A simple plugin for Fastify list all available routes.
401405
- [`fastify-loader`](https://github.com/TheNoim/fastify-loader) Load routes from
402406
a directory and inject the Fastify instance in each file.
@@ -550,7 +554,7 @@ section.
550554
for sharing schemas between different routes.
551555
- [`fastify-slonik`](https://github.com/Unbuttun/fastify-slonik) Fastify Slonik
552556
plugin, with this you can use slonik in every part of your server.
553-
- [`fastify-slow-down`](https://github.com/nearform/fastify-slow-down) A plugin
557+
- [`fastify-slow-down`](https://github.com/nearform/fastify-slow-down) A plugin
554558
to delay the response from the server.
555559
- [`fastify-socket.io`](https://github.com/alemagio/fastify-socket.io) a
556560
Socket.io plugin for Fastify.
@@ -601,7 +605,7 @@ section.
601605
should use.
602606
- [`fastify-wamp-router`](https://github.com/lependu/fastify-wamp-router) Web
603607
Application Messaging Protocol router for Fastify.
604-
- [`fastify-web-response`](https://github.com/erfanium/fastify-web-response)
608+
- [`fastify-web-response`](https://github.com/erfanium/fastify-web-response)
605609
Enables returning web streams objects `Response` and `ReadableStream` in routes.
606610
- [`fastify-webpack-hmr`](https://github.com/lependu/fastify-webpack-hmr)
607611
Webpack hot module reloading plugin for Fastify.

0 commit comments

Comments
 (0)