Skip to content

This is the first project as a part of Udacity's full stack web developer nanodegree.

Notifications You must be signed in to change notification settings

reem-abdelrahman/Image-Processing-API

Repository files navigation

Image-Processing-API

To view an image type localhost:9000/api/resizedImage/?image=&height=&width= For example: localhost:9000/?image=fjord&height=200&width=100 The available image names are { fjord, encenadaport, icelandwaterfall, palmtunnel, santamonica }

To view the original image, type the name of the image with .jpg extension. For example: localhost:9000/api/fjord.jpg

To build use: npm run build To run prettier use: npm run prettier To run lint use: npm run lint To run jasmine tests use: npm run test To run the server use: npm run start

Things to improve in the future:

  • Add more testing units
  • Improve validating input's code
  • Add more features

About

This is the first project as a part of Udacity's full stack web developer nanodegree.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published