Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naxa1ka/barbarian-gym-statistics
The app helps gym-goers identify the least crowded times to visit their gym by collecting and analyzing attendance data, ensuring a more comfortable workout experience
https://github.com/naxa1ka/barbarian-gym-statistics
Last synced: about 1 month ago
JSON representation
The app helps gym-goers identify the least crowded times to visit their gym by collecting and analyzing attendance data, ensuring a more comfortable workout experience
- Host: GitHub
- URL: https://github.com/naxa1ka/barbarian-gym-statistics
- Owner: naxa1ka
- License: mit
- Created: 2024-05-23T18:20:00.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-21T17:36:02.000Z (6 months ago)
- Last Synced: 2024-06-22T09:57:29.305Z (6 months ago)
- Language: C#
- Homepage:
- Size: 451 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Overview
BarbarianGymStatistics is a project designed to help gym-goers find the least crowded times to visit their gym. The idea originated from the need to avoid crowded periods and ensure ample oxygen supply, especially as temperatures rise in Cyprus. By collecting data on the current number of people in the gym at regular intervals, the project aims to identify the times with the fewest attendees.# Project History
The project started when I realized that it was getting quite hot in Cyprus, and I preferred going to the gym when it was less crowded. To achieve this, I performed a pentest on the gym's application to discover the request that retrieves the current number of people in the gym. Using this information, I developed a program that collects these data every 30 minutes. The collected data is then used to create a graph to find the times with the lowest attendance.# License
This project is licensed under the MIT License. See the LICENSE file for more details.# Results
[2024-05-27 to 2024-06-10](https://github.com/naxa1ka/Barbarian-Gym-Statistics/tree/master/Plots/plots_2024-05-27_to_2024-06-10)
[2024-05-27 to 2024-06-21](https://github.com/naxa1ka/Barbarian-Gym-Statistics/tree/master/Plots/plots_2024-05-27_to_2024-06-21)# Gym contacts
* [Map](https://maps.app.goo.gl/Wr1nSoi5iaJxheBi8)
* [Site](https://www.barbarianfit.com.cy/)
* [Android App](https://play.google.com/store/apps/details?id=eu.dscompass.myfitnesstrainer_app&hl=en_US&pli=1)
* [Apple App](https://apps.apple.com/mw/app/my-fitness-trainer/id1372844136)