I want the running total revenue from my Shopify store to show on a Wi-Fi-enabled physical counter that sits on my desk. The job is to build the small bridge between Shopify’s JSON API and the hardware. Here’s what I already have and what I need from you: • Data source – Shopify: I only care about the store’s Total revenue figure. A lightweight call to the REST Admin API (or GraphQL if you prefer) is enough. I will supply the private-app credentials. • Destination – Hardware counter: It connects over Wi-Fi. You can target it with plain HTTP, WebSocket, or MQTT; whichever is simplest to flash onto a common ESP8266/ESP32 controller. I can handle the flashing if you give me the compiled binary or the Arduino/PlatformIO project. • Service layer: A Python, Node.js, or similar script that polls Shopify at a reasonable interval, parses the JSON response, and publishes the updated number to the device. The script should start on boot, survive network drops, and require minimal configuration (API key, store URL, device IP/topic, refresh interval). Deliverables 1. Source code for the polling & publish service 2. Firmware or sketch for the counter (with wiring diagram if relevant) 3. A short README with setup steps and any dependency list 4. Quick test video or screenshots proving the counter updates from live store data Acceptance: the counter must reflect actual store revenue within one minute of a new order and persist after power loss. If you’ve done Shopify API work or IoT projects with ESP boards, this will be a breeze. Let me know what tech stack you’d use and any similar projects you’ve completed.