Skip to content

codetoby/ATC-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATC Server

The ATC (Add to Cart) server is an Express.js application designed to automate the process of adding products (shoes) to the cart.

API Reference

Adding items to Shopping Cart (Currently Supported: Snipes, Solebox)

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.

Installation & Setup

  1. Clone the repository:

    git clone [repository-url]
    cd atcserver
  2. Install the dependencies:

    npm install
  3. Start the server:

    npm start

Authors

About

Automate Carting Shoes

Resources

Stars

Watchers

Forks