This is a simple image resizer done in nodeJS using the sharp library. There is a live version here.
You can also use the api directly. Just call the /resize
endpoint. HTTP Verb POST. MultiPart Body, file
.
- clone repo
npm install
npm run start
- add unit tests
- add propper error logging
- use clusters