Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 309 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 309 Bytes

Resizer

Light wight package to resize images from a given source

request body :

    {
        imageUrl string 
        width    int    
        height   int    
    }

service listening on 3000 :

runing the script :

    cd resizer
    go mod tidy
    go run cmd/main.go