this simple api using to resize and save your images.
- Node.js
- express
- Typescript
- Prettier
- Eslint
- jasmine
- sharp
- supertest
and then in your terminal run:
npm installnpm start
and then head to your browser at http://localhost:8000/api/images , enter your image name and dimensions then it should be work.
- To build the project and run the server you can simply run
npm start - to run prettier
npm format - to run eslint
npm lint - To run your tests you can simply run
npm test. - You can modify you
Sarah Hassan