This microservice exposes and endpoint which uses a query parameter to download an image from a public URL, filter the image, and return the filtered image to the client.
Once you have downloaded the repository, open a terminal inside the repository and install the dependencies as follows:
$ npm installTo spin up a development server and start testing the app use:
$ npm run dev- Image Filter:
GET /api/v0/image/filter
If you load into Postman cloud-cdnd-c2-final.postman_collection.json you should be able to test exposed endpoint locally and once it has been deployed to a remote server.