dhatGuy / image-processing-api

An API that allows you to process images using Node.js and Sharp.

Home Page:https://image-proccesing-api.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Processing API

This API allows users to perform basic image processing tasks such as resizing images.

Scripts

  • npm run build - build the project
  • npm start - start the build
  • npm run dev - start the server in development mode
  • npm test - run the tests

Endpoint

  • GET /api/images?filename=filename&width=width&height=height - returns the image with the specified filename, width and height

Any other functionality

  • GET /{any other route} - shows the documentation

License

License

About

An API that allows you to process images using Node.js and Sharp.

https://image-proccesing-api.onrender.com

License:Other


Languages

Language:TypeScript 100.0%