Skip to content

alaa-yahia/image-processing-api

Repository files navigation

Image Processing API

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.

Things this api do

  • Resizing images
  • Serving cached images

To run the server

npm run start:server

To build the server

npm run build

To run tests

npm run test

Endpoint to test the api

Endpoint: http://localhost:4000/api/images?filename=fjord&width=200&height=400

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published