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 -vornode --versionnpm -vornpm --version
-
Clone the repository
git clone [email protected]: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