{"id":16222740,"url":"https://github.com/qur786/rhythmiq","last_synced_at":"2026-04-17T10:31:33.813Z","repository":{"id":220979843,"uuid":"753103807","full_name":"qur786/rhythmiq","owner":"qur786","description":"RhythmiQ is a React Native Android app that serves as a music player for locally available songs on a smartphone. It provides a user-friendly interface with features such as a music player and a playlist screen.","archived":false,"fork":false,"pushed_at":"2024-02-22T17:39:39.000Z","size":5000,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T01:41:14.525Z","etag":null,"topics":["music","music-player","react","react-native","react-native-navigation","react-native-slider","react-native-track-player","react-native-vector-icons"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/qur786.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":"2024-02-05T13:32:02.000Z","updated_at":"2024-02-21T14:16:38.000Z","dependencies_parsed_at":"2024-11-04T00:02:31.736Z","dependency_job_id":"e400d7bc-3dfe-4ac1-a87b-cb5373571a68","html_url":"https://github.com/qur786/rhythmiq","commit_stats":null,"previous_names":["qur786/music-player","qur786/rhythmiq"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qur786/rhythmiq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qur786%2Frhythmiq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qur786%2Frhythmiq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qur786%2Frhythmiq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qur786%2Frhythmiq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qur786","download_url":"https://codeload.github.com/qur786/rhythmiq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qur786%2Frhythmiq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31925311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:19:20.377Z","status":"ssl_error","status_checked_at":"2026-04-17T10:19:18.682Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["music","music-player","react","react-native","react-native-navigation","react-native-slider","react-native-track-player","react-native-vector-icons"],"created_at":"2024-10-10T12:15:04.580Z","updated_at":"2026-04-17T10:31:33.784Z","avatar_url":"https://github.com/qur786.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RhythmiQ - An android music player app\n\nRhythmiQ is a React Native Android app that serves as a music player for locally available songs on a smartphone. It provides a user-friendly interface with features such as a music player and a playlist screen.\n\n## Screenshots\n\n\u003cimg src=\"https://github.com/qur786/rhythmiq/assets/79472606/a24b9775-49eb-4860-87a6-eb3cdb1a0df1\" alt=\"Initial Screen\" width=\"200\" height=\"400\" /\u003e\n\u003cimg src=\"https://github.com/qur786/rhythmiq/assets/79472606/262e16b5-3bb7-482f-b8f7-f615330acc09\" alt=\"Initial Screen\" width=\"200\" height=\"400\" /\u003e\n\u003cimg src=\"https://github.com/qur786/rhythmiq/assets/79472606/39841ebd-cf65-41f2-80f0-020d294c8b3b\" alt=\"Initial Screen\" width=\"200\" height=\"400\" /\u003e\n\n## Features\n\n- Music player with controls for play, pause, skip next, skip previous, jump forward, jump backward, and time update with a slider.\n- Playlist screen to display available songs on the mobile device.\n- Background music playback with controls accessible from the notification panel.\n- Sharing music over different mediums such as social platforms, Bluetooth, or WiFi.\n\n## Installation\n\n1. Clone the repository.\n2. Navigate to the project directory.\n3. Run `npm install` or `yarn install` to install dependencies.\n4. Run `npx react-native run-android` to launch the app on an Android device or emulator.\n\n## Dependencies\n\n- `@react-native-community/slider`\n- `@react-navigation/bottom-tabs`\n- `@react-navigation/native`\n- `@react-navigation/native-stack`\n- `react`\n- `react-native`\n- `react-native-file-access`\n- `react-native-get-music-files`\n- `react-native-safe-area-context`\n- `react-native-screens`\n- `react-native-snackbar`\n- `react-native-track-player`\n- `react-native-vector-icons`\n\n## Scripts\n\n- `android`: Runs `react-native run-android` to launch the app on an Android device or emulator.\n- `ios`: Runs `react-native run-ios` to launch the app on an iOS device or emulator.\n- `lint`: Runs ESLint to lint TypeScript and JavaScript files.\n- `start`: Starts the Metro bundler.\n- `test`: Runs Jest tests.\n- `pretty`: Runs Prettier to format code.\n- `format`: Formats code using ESLint and Prettier.\n\n## Usage\n\n- Ensure that your Android device or emulator is connected.\n- Run the app using `npm start` or `yarn start`.\n- Launch the app on your device using `npm run android` or `yarn android`.\n- Enjoy your music!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqur786%2Frhythmiq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqur786%2Frhythmiq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqur786%2Frhythmiq/lists"}