This repository contains code for image resizing, It's an api wrapper around sharp
-
Install node
- Ubuntu
sudo apt install nodejs
- Mac using node installer
- Ubuntu
-
Check if node installed or not using
node -v
ornode --version
npm -v
ornpm --version
-
Clone the repository
git clone git@github.com:JoeyRead/image_util.git
-
Change directory to
cd image_util
-
Run
npm install
-
Change environment variable inside .env file
-
Run
npm start
- Check the api docs