Skip to content

TheMarzoog/image-processing-api

Repository files navigation

Image Processing API

Image resizing API that can be used as placeholder API or as a library to serve properly scaled images.

Installation:

  • After downloading the project from the termal run npm install to install the project dependencies.

Instructions:

  1. To run the app run npm run start.
  2. From the browser go to http://localhost:3000/api/imagas .
  3. To use the api add filename, width, and height parameters to the url.
  4. example http://localhost:3000/api/images?filename=fjord&width=300&height=200 .

Build & Runing the Unit tests:

  • To build the api run npm run build.
  • To run the unit tests run npm run test.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published