Skip to content

alaa-yahia/image-processing-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3333ea9 · Oct 24, 2022

History

12 Commits
Oct 24, 2022
Oct 23, 2022
Oct 24, 2022
Oct 23, 2022
Oct 23, 2022
Oct 23, 2022
Oct 23, 2022
Oct 23, 2022
Oct 24, 2022
Oct 23, 2022
Oct 23, 2022
Oct 23, 2022

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