Skip to content

danielsims/image-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-download

A Node.js application to download product images from Neto webstores.

Requirements

Node.js

Download and install the latest stable version of Node.js.

You can check the installation by running the following in your command line:

node -v

npm

npm install

You can check the installation by running the following in your command line:

npm -v

Getting Started

Clone Repo

git clone https://github.com/danielsims/image-download.git

Open Repo

cd image-download

Install Dependencies

npm i

Start Application

npm start

API Authentication

You will be prompted to enter the Endpoint URL and API Key for your webstore, which will be used to fetch product URL's from the Neto API.

NETOAPI_ENDPOINT

The endpoint URL for your Neto webstore eg. https://storedomain.neto.com.au/do/WS/NetoAPI

NETOAPI_KEY

The global API key for your Neto webstore. To obtain your global API Key in the cPanel, navigate to Settings & Tools > All Settings & Tools > API Settings.

For further details on authentication, refer to the GetItem API Documentation and Authentication Documentation.

View Images

When complete, product images will be saved to the images directory, and will be assigned to their relevant subdirectories eg. full, alt_1, alt_2 etc.

About

Download Neto Product Images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published