Skip to content

mennataboelnaga/Image-Processing-API

Repository files navigation

An API that can be used in two different ways:

  • As a simple placeholder API, allowing you to place images into your frontend with the size set via URL parameters.
  • As a library to serve properly scaled versions of your images to the front end to reduce page load size. Rather than needing to resize and upload multiple copies of the same image to be used throughout your site, the API you create will handle resizing and serving stored images for you.

API Call Demo

Instructions:

Available sripts:

  • "start": "nodemon --watch './**/*.ts' --exec 'ts-node' ./src/index.ts"
  • "build": "npx tsc"
  • "start:prod": "npm run build && node dist/index.js"
  • "lint": "eslint . --ext .ts"
  • "lint:fix": "eslint . --ext .ts --fix"
  • "format": "prettier --write 'src/**/*.ts'"
  • "test": "npx tsc && jasmine"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published