A Simple API built using express framework that allows to display images on a web page with the size of the image is set via URL parameters.
- Resizing images
- Serving cached images
npm run start:server
npm run build
npm run test
Endpoint: http://localhost:4000/api/images?filename=fjord&width=200&height=400