Vibe Gym Points Tracker

Job ID: 40486731

Budget: $8 – $15 USD

I’m building a small utility inside Vibe that keeps my Infiniti Fitness credits in check. Because the gym app offers no public API, the data will have to come from screen-scraping.

Here’s what the tool must do:
• Pull, via screen scraping, the three data points I can see in the Infiniti Fitness app: Total points paid, each Booking history line, and the individual Points per booking.
• Recalculate the running balance after every booking so I always know the cumulative points that remain.
• Display those figures in a clean Vibe interface (one summary card for totals and a chronological table for the bookings is enough).

Please keep the code modular so the scraping component can be swapped out if Infiniti Fitness eventually releases an API. A short README explaining setup, the selectors used, and where to adjust for layout changes will be the acceptance criteria.