An open API service indexing awesome lists of open source software.

https://github.com/codetoby/atc-server

Automate Carting Shoes
https://github.com/codetoby/atc-server

Last synced: 5 months ago
JSON representation

Automate Carting Shoes

Awesome Lists containing this project

README

          

# 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

```http
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:
```bash
git clone [repository-url]
cd atcserver
```

2. Install the dependencies:
```bash
npm install
```

3. Start the server:
```bash
npm start
```

## Authors

- [@codetoby](https://www.github.com/codetoby)