{"id":17826416,"url":"https://github.com/maybethee/statchasing","last_synced_at":"2026-05-01T12:32:21.093Z","repository":{"id":256672878,"uuid":"850886779","full_name":"maybethee/statchasing","owner":"maybethee","description":"Site that provides interesting analytic data for Rocket League players with replays on ballchasing.com","archived":false,"fork":false,"pushed_at":"2025-01-21T15:18:26.000Z","size":936,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T12:25:01.859Z","etag":null,"topics":["react","rocket-league","ruby-on-rails","statistics"],"latest_commit_sha":null,"homepage":"https://statchasing.fly.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maybethee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-02T02:47:27.000Z","updated_at":"2025-01-21T15:18:29.000Z","dependencies_parsed_at":"2024-09-12T11:11:07.453Z","dependency_job_id":"31c0fbb1-7386-46fc-b227-4116828db884","html_url":"https://github.com/maybethee/statchasing","commit_stats":null,"previous_names":["maybethee/stat-chasing-rails"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maybethee/statchasing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maybethee%2Fstatchasing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maybethee%2Fstatchasing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maybethee%2Fstatchasing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maybethee%2Fstatchasing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maybethee","download_url":"https://codeload.github.com/maybethee/statchasing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maybethee%2Fstatchasing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32497811,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","rocket-league","ruby-on-rails","statistics"],"created_at":"2024-10-27T18:47:39.757Z","updated_at":"2026-05-01T12:32:21.070Z","avatar_url":"https://github.com/maybethee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Statchasing\n\nA site that provides additional interesting analytic data for Rocket League players with replays on [ballchasing.com](https://ballchasing.com)\n\nNot part of the scene but want to see how it works?\n\n1. Copy my personal profile link: `https://ballchasing.com/player/steam/76561198835242233`\n2. Head over to [Statchasing](https://statchasing.fly.dev), paste the copied link in the text box and click the \"See Stats\" button\n\n## Features\n\n- Cached data via IndexedDB for faster reload times on previously searched player stats.\n- Buttons to filter stats (played game-modes, used cars).\n- A handy sidebar to jump to different sections.\n- Supports desktop and mobile browsers.\n\n![movement stats](./scrsh-1.png)\n\n## Technologies\n\n- Frontend: React, Vite\n- Backend: Rails\n- Deployment: Fly.io\n\n## For Developers\n\nIf you'd like to explore or contribute to the codebase, you can set up the project locally by following these steps:\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- **Ruby** (with Bundler)\n- **Node.js** and **npm**\n- **PostgreSQL** (or the database you're using)\n- **Rails**\n\n---\n\n### Getting Started\n\n1. **Clone the repository:**\n\n```\n git clone https://github.com/maybethee/stat-chasing-rails.git\n cd statchasing\n```\n\n3. **Set up the backend:**\n\n- Install ruby gems:\n  ```\n  bundle install\n  ```\n- Set up the database:\n  ```\n  rails db:create db:migrate\n  ```\n- Start the Rails server:\n  ```\n  rails s\n  ```\n- By default, the backend will run on `http://localhost:3000`\n\n3. **Set up the frontend:**\n\n- Navigate to the React app folder inside the rails app:\n  ```\n  cd stat-chasing\n  ```\n- Install npm dependencies:\n  ```\n  npm install\n  ```\n- Start the development server:\n  ```\n  npm run dev\n  ```\n- By default, the frontend will run on `http:/localhost:5173`\n\n4. **Access the app**: Open your browser and navigate to `localhost:5173`. The frontend will communicate with the backend on `http://localhost:3000`.\n\n### Notes\n\n- **Hot Reloading**: Changes in the React app will be reflected in real time, but backend changes will require you to restart the Rails server.\n\n---\n\n### Setting Up Your API Key\n\nThis project requires a personal API key to interact with [ballchasing.com](https://ballchasing.com). Follow these steps to configure it:\n\n1. **Obtain Your API Key:**\n\n- Visit [ballchasing.com](https://ballchasing.com).\n- Create an account or log in.\n- Follow the documentation to generate your API key.\n\n2. **Set Up Your API Key in config/application.yml:**\n\n- Navigate to the config directory in your project.\n- If application.yml does not already exist, create it:\n\n```\ntouch config/application.yml\n```\n\n- Open config/application.yml in a text editor and add your personal API token:\n\n```\nAPI_BASE_URL: \"https://ballchasing.com/api\"\nAPI_AUTH_TOKEN: your-api-token\n```\n\n- Replace `your-api-token` with your actual token.\n\n3. **Environment Variables Setup (Optional):** If you are deploying to production, ensure that the `API_AUTH_TOKEN` value is securely set as an environment variable or through a secret management tool used by your hosting provider.\n\n---\n\n## Contributing\n\nFeel free to open an issue or submit a pull request if you encounter any problems or have ideas for improvements!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaybethee%2Fstatchasing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaybethee%2Fstatchasing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaybethee%2Fstatchasing/lists"}