https://github.com/farisc0de/imageprocessingapi
Express API to resize images
https://github.com/farisc0de/imageprocessingapi
Last synced: 4 months ago
JSON representation
Express API to resize images
- Host: GitHub
- URL: https://github.com/farisc0de/imageprocessingapi
- Owner: farisc0de
- Created: 2022-09-23T16:03:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T20:39:36.000Z (over 3 years ago)
- Last Synced: 2024-12-31T07:43:37.107Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 10.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImageProcessingAPI
Express API that resize image to a specific hight and width
## About Project
a simple API that resize image to a specific hight and width
## How to install
```
npm install && npm run dev
```
## API Endpoint
1. "/" : main endpoint
2. "/images" : take an image name and widht an height
## Simple Example
```
http://localhost:3000/images?filename=image.jpg&width=150&height=150
```
## How to test
```
npm run test
```
## How to build
```
npm run build
```
## Other scripts
1. ``npm run lint``: Eslint
2. ``npm run format``: Format the code
## Screenshots



## License
MIT