alaa-yahia / image-processing-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 89.5%Language:JavaScript 10.3%Language:Shell 0.2%