Skip to content

Latest commit

 

History

History
 
 

sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Running the sample application

Step 1: Install dependencies

npm install

Step 2: Enter account details

Open index.js and fill the account details:

const CONFIG_OPTIONS = {
  publicKey: "your_public_api_key",
  privateKey: "your_private_api_key",
  urlEndpoint: "https://ik.imagekit.io/your_imagekit_id/",
};

Step 3:

Run the index.js