The ATC (Add to Cart) server is an Express.js application designed to automate the process of adding products (shoes) to the cart.
You can add Onygo, Notebooksbilliger into config.json
GET /atc?site=${site}&pid=${pid}&size=${size}| Parameter | Type | Description |
|---|---|---|
site |
string |
Required. The site where you want to cart the shoe. |
pid |
string |
Required. ID of the shoe. |
size |
string |
Required. Size of the shoe. |
-
Clone the repository:
git clone [repository-url] cd atcserver -
Install the dependencies:
npm install
-
Start the server:
npm start