project is api that take
- filename :
is photo in images folder
- width :
integer value
- height :
integer value
api make processing to photo by resizing image by input width height
- Download project
- Open terminal and write
npm run install
- To run project write
npm run start
- To test project write
npm run test
- To build project write
npm run build
- To run project (in dev mode) write
npm run dev
- To use eslint project write
npm run lint
- To prettier project write
npm run prettier
- node js
- express
- jasmine
- prettier and EsLint
- typescript
- sharp package for image Processing
- open your browser and write
http://localhost:3000/api?filename=fjord&width=200&height=200
- change in parameter