{"id":25396323,"url":"https://github.com/aditya-gupta99/swipefy","last_synced_at":"2025-04-10T21:24:10.242Z","repository":{"id":207115400,"uuid":"718459361","full_name":"Aditya-gupta99/Swipefy","owner":"Aditya-gupta99","description":"Get your perfect tune with Swipefy, the 1st music app that suggests songs according to your swipes","archived":false,"fork":false,"pushed_at":"2024-06-03T15:16:32.000Z","size":648,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T20:59:22.699Z","etag":null,"topics":["android","clean-architecture","coroutines-flow","datastore-android","hilt","jetpack-compose","kotlin","ktor-client","material-3-design","multimodule","mvvm-architecture","spotify-api"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Aditya-gupta99.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":"2023-11-14T05:47:35.000Z","updated_at":"2025-01-22T09:14:08.000Z","dependencies_parsed_at":"2024-01-13T00:21:04.749Z","dependency_job_id":"5b92f53c-dde6-4ae2-9b61-cd481a03ae99","html_url":"https://github.com/Aditya-gupta99/Swipefy","commit_stats":null,"previous_names":["aditya-gupta99/swipefy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya-gupta99%2FSwipefy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya-gupta99%2FSwipefy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya-gupta99%2FSwipefy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya-gupta99%2FSwipefy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aditya-gupta99","download_url":"https://codeload.github.com/Aditya-gupta99/Swipefy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248299502,"owners_count":21080534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","clean-architecture","coroutines-flow","datastore-android","hilt","jetpack-compose","kotlin","ktor-client","material-3-design","multimodule","mvvm-architecture","spotify-api"],"created_at":"2025-02-15T20:59:26.653Z","updated_at":"2025-04-10T21:24:10.209Z","avatar_url":"https://github.com/Aditya-gupta99.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Component 11](https://i.imgur.com/QhBlhO8.png)\n\n# Swipefy\nGet your perfect tune with Swipefy, the 1st music app that suggests songs according to your swipes.An Android application, written in Kotlin, seamlessly integrates with the spotify api.\n\u003cbr\u003e\n\n\u003cimg src=\"https://i.imgur.com/tiYInOq.png\" align=\"right\" width=\"20%\" height=\"100%\"\u003e\u003c/img\u003e\n\n### Features\n\n\u003cdiv style=\"display:flex;\"\u003e\n\n- Song Search.\n- Swipe Interface.\n- Song Recommendation.\n- Secure SignIn and SignUp.\n- Detailed User Activity Tracking.\n\n\u003c/div\u003e\n\n\n### Status\n\u003ca href=\"https://github.com/Aditya-gupta99/Swipefy/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/Aditya-gupta99/Swipefy\" alt=\"release\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/Aditya-gupta99/Swipefy/actions\"\u003e\u003cimg src=\"https://img.shields.io/github/checks-status/Aditya-gupta99/Swipefy/main?label=build\" alt=\"build\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/Aditya-gupta99/Swipefy/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/commit-activity/m/Aditya-gupta99/Swipefy\" alt=\"commit-activity\"/\u003e\u003c/a\u003e\n\n## Install \n\n\u003ca href=\"https://play.google.com/store/apps/developer?id=Sparklead\"\u003e\n    \u003cimg alt=\"Get it on Google Play\" height=\"80\"\n        src=\"https://i.imgur.com/F3c8OuU.png\" /\u003e\n\u003c/a\u003e\n\n\n## How to contribute \n Contributors are always welcome !. The issues should be raised via the GitHub issue tracker.\n\n1. Fork the Project\n2. Create Feature Branch \n\n    ```sh\n    git checkout -b fix_#issue_no\n    ```\n3. Commit your Changes \n    ```sh\n    git commit -m \"feat/design:Add some message\"\n    ```\n4. Push to the Branch \n    ```sh\n    git push --set-upstream origin fix_#issue_no\n    ```\n5. Open a Pull Request\n\n\n## Development Setup \nTo start, ensure that you've successfully downloaded and properly configured the Android Studio SDK. You can refer to a guide detailing the setup process [here](http://developer.android.com/sdk/installing/index.html?pkg=studio).\n\n## Building the Code \n1. Clone the repository\n    ```sh\n    git clone https://github.com/Aditya-gupta99/Swipefy.git\n    ```\n2. Open Android Studio.\n\n3. Click on 'Open an existing Android Studio project'\n\n4. Browse to the directory where you cloned the android-client repo and click OK.\n\n5. Let Android Studio import the project.\n\n6. Build the application in your device by clicking run button.\n\n## Show your support\nGive a ⭐️ if this project helped you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya-gupta99%2Fswipefy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faditya-gupta99%2Fswipefy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya-gupta99%2Fswipefy/lists"}