abdelrahman-tarek-0 / Image-Processing-Api

API for resizing images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Processing API

hi

this is Image Processing API for udacity nanodegree

this project takes an image and resizes it for width and height between (0 and 3000) pixel

I used in this project typescript language and testing with jasmine and supertest for code without errors

and I also used eslint and prettier for clean good looking code

Scripts

for running the server

npm run start

for compiling the ts into js

npm run build

for test with jasmin and supertest

npm run test

for using eslint and prettier

npm run clean

url

localhost:4000/api/image/?name=image&width=300&height=300

About

API for resizing images


Languages

Language:TypeScript 100.0%