{"id":42088484,"url":"https://github.com/delta/ar-hunt-app","last_synced_at":"2026-01-26T10:34:51.547Z","repository":{"id":67075737,"uuid":"549654697","full_name":"delta/ar-hunt-app","owner":"delta","description":"Android Application for Orientation Event of Freshers","archived":false,"fork":false,"pushed_at":"2025-01-24T11:17:55.000Z","size":5853,"stargazers_count":0,"open_issues_count":9,"forks_count":6,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-01-24T12:22:50.906Z","etag":null,"topics":["android","arcore","augmented-reality","dwoc","jetpack-compose","kotlin","mvvm","sceneview"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/delta.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}},"created_at":"2022-10-11T14:24:14.000Z","updated_at":"2025-01-24T11:14:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"d8ebfb5a-1bca-41e9-9a88-b0b33b5f4326","html_url":"https://github.com/delta/ar-hunt-app","commit_stats":null,"previous_names":["delta/ar-hunt-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/delta/ar-hunt-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delta%2Far-hunt-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delta%2Far-hunt-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delta%2Far-hunt-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delta%2Far-hunt-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delta","download_url":"https://codeload.github.com/delta/ar-hunt-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delta%2Far-hunt-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28774716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T09:42:00.929Z","status":"ssl_error","status_checked_at":"2026-01-26T09:42:00.591Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["android","arcore","augmented-reality","dwoc","jetpack-compose","kotlin","mvvm","sceneview"],"created_at":"2026-01-26T10:34:48.568Z","updated_at":"2026-01-26T10:34:51.537Z","avatar_url":"https://github.com/delta.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AR Hunt\n\nWelcome to the **AR Hunt**! This project is built with **Kotlin**, **Jetpack Compose**, **ARCore**, **SceneView**, and **Google Maps API**.\n\n---\n\n## Getting Started\n\n### **Setup**\n1. **Fork and Clone the Repository**  \n   Start by forking the repository and cloning your forked version locally:\n   ```bash\n   git clone \u003cYOUR_FORK_URL\u003e\n   cd \u003cPROJECT_DIRECTORY\u003e\n   ```\n\n2. **Add Remote Upstream**  \n   Link the main repository to fetch updates:\n   ```bash\n   git remote add upstream \u003cMAIN_REPO_URL\u003e\n   ```\n\n3. **Open in Android Studio**  \n   - Make sure you have the latest **Android Studio** installed.\n   - Open the project in Android Studio and sync the Gradle files.\n   - Build and run the app on your emulator or device.\n\n---\n\n### **Git Hooks**\nThis project includes custom Git hooks. Install them by running:\n```bash\ngit config core.hooksPath .githooks\n```\n\n---\n\n### **Working with the App**\n- The app uses **ARCore** and **Google Maps API**, which require API keys to function. You will have to create your own keys.\n- After obtaining the keys, you can choose either of the two options:\n1. Option 1: Create a New Client on DAuth\n   - Set up a client on [DAuth](https://auth.delta.nitt.edu/).  \n   - Run the [backend repo](https://github.com/delta/ar-hunt-backend) locally, and connect it with the app.\n\n2. Option 2: Bypass Authentication\n   - If you don't want to set up the backend, bypass authentication by commenting out the relevant checks in the code.  \n\n⚠️ **Important:**  \nDo not commit or push any API keys or sensitive information to the repository.\n\n---\n\n### **Branch for Contributions**\nAll contributions should be raised as pull requests to the `dwoc` branch.  \n\n#### **Steps to Contribute**\n1. Check for open issues in the [Issues](https://github.com/ar-hunt-app/issues) section.  \n2. Comment on the issue you'd like to work on and request it to be assigned to you.  \n3. Fork the repo and push the changes to your fork.\n4. Raise a PR to the `dwoc` branch.  \n\n---\n\n### **Prerequisites**\n- **Android Studio:** Latest stable version.\n- **Java Development Kit (JDK):** Version 11 or higher.\n- **API Keys:** For ARCore, SceneView, and Google Maps APIs.\n- **Gradle:** Ensure it is updated and compatible with the project.\n\n---\n\n### **Guidelines for Contributions**\n- Follow the project’s **code style** and conventions.  \n- Test your changes thoroughly before raising a PR.  \n- Include meaningful commit messages and a clear description in your pull request.  \n- Respect others’ contributions and communicate effectively in issues and PRs.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelta%2Far-hunt-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelta%2Far-hunt-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelta%2Far-hunt-app/lists"}