Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 312 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 312 Bytes

Shopify-AutoCheckout

Auto Checkout for Shopify using HTTP Requests. Coded in Node JS

Usage

  1. Input your details in 'config.json'

  2. Open the directory and in the console, input

    node index.js

Average checkout time is 4s

Requires

Cheerio

npm install cheerio

Request

npm install request