Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 464 Bytes

Readme.md

File metadata and controls

21 lines (14 loc) · 464 Bytes

Image Processing API

Overview

This Api allows to resize an image (jpg only) with the required width and height.

Steps to build and start the server:

1. Install dependencies

npm install

2. Build

npm run build

3. Start the Server

npm start

Usage:

http://localhost:3000/api/imageResizer?filename=<filename>&width=<width>&height=<height>

Example: http://localhost:3000/api/imageResizer?filename=palmtunnel&width=400&height=200