Skip to content

sheikhumar93/image-processing-node-api

Repository files navigation

A simple Express API which resizes images using the sharp library

Uses:

  1. Typescript
  2. Jasmine
  3. Sharp

Usage:

  1. Download or use images in the ./images/full dir.
  2. Compile Typescript using "npm run build"
  3. Execute "npm start"
  4. Go to "http://localhost:5000/api/image?imageName=image_name_without_ext&width=required_width&height=required_height"
  5. The resized image will be placed in the ./images/thumb dir

Other Scripts:

  1. "npm run lint" - to run prettier & eslint
  2. "npm run test" - to run jasmine tests
  3. "npm run dev" - run express api under nodemon

About

Udacity's image processing api project. Part of the Full Stack JS Developer Nanodegree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published