Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 654 Bytes

image_util

This repository contains code for image resizing, It's an api wrapper around sharp

How to run

  1. Install node

    • Ubuntu sudo apt install nodejs
    • Mac using node installer
  2. Check if node installed or not using

    • node -v or node --version
    • npm -v or npm --version
  3. Clone the repository

    • git clone git@github.com:JoeyRead/image_util.git
  4. Change directory to cd image_util

  5. Run npm install

  6. Change environment variable inside .env file

  7. Run npm start

API's