Skip to content

An image processing API that resizes and saves images to user specifications when visiting a URL

Notifications You must be signed in to change notification settings

nhuyho/udacity-image-processing-API

Repository files navigation

image-processing-API

An image processing API that resizes and saves images to user specifications when visiting a URL

Start coding by: Nhu Y Ho

Dependencies

To install the dependencies for this project, run the following command:

npm install

Build and run the server

After installing the dependencies, run the following command to build typescript into javascript and save them in build folder:

npm run build

Start the Server:

npm run start

This command will run the server on port 3000.

Testing

npm run test

## API Endpoints 

This project an endpoint to resize image by user.



HTTP method: GET. 

#### Sample request:

http://localhost:3000/api/images?filename=encenadaport&height=700&width=400

References

  1. Node.js Documentation.
  2. Express Documentation.
  3. Resize API.
  4. Jasmine Documentation.

About

An image processing API that resizes and saves images to user specifications when visiting a URL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages