{"id":21166373,"url":"https://github.com/jcanelis/trackqueen","last_synced_at":"2025-07-09T17:32:50.553Z","repository":{"id":207513572,"uuid":"716329644","full_name":"jcanelis/trackqueen","owner":"jcanelis","description":"TrackQueen for iOS.","archived":false,"fork":false,"pushed_at":"2024-11-13T01:06:41.000Z","size":4777,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-13T02:18:50.976Z","etag":null,"topics":["chatgpt","expo","firebase","genius","google-cloud","ios","musixmatch","react","react-native","spotify","youtube"],"latest_commit_sha":null,"homepage":"https://trackqueen.app","language":"JavaScript","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/jcanelis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08T22:59:24.000Z","updated_at":"2024-11-13T01:06:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e60d9ce-485d-4901-a09e-16397b3cbdf5","html_url":"https://github.com/jcanelis/trackqueen","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"541658895ed172e2e86b5fdd46467a7b3189d8c3"},"previous_names":["jcanelis/trackqueen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcanelis%2Ftrackqueen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcanelis%2Ftrackqueen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcanelis%2Ftrackqueen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcanelis%2Ftrackqueen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcanelis","download_url":"https://codeload.github.com/jcanelis/trackqueen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225578854,"owners_count":17491275,"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":["chatgpt","expo","firebase","genius","google-cloud","ios","musixmatch","react","react-native","spotify","youtube"],"created_at":"2024-11-20T14:49:37.983Z","updated_at":"2024-11-20T14:49:38.679Z","avatar_url":"https://github.com/jcanelis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![update](https://github.com/jcanelis/trackqueen/actions/workflows/update.yml/badge.svg)](https://github.com/jcanelis/trackqueen/actions/workflows/update.yml)\n\n# TrackQueen\n\n## Learn more about your music.\n\nTrackQueen gives you analysis, background info, comments, lyrics, videos and other content about your currently playing song.\n\n### Content APIs\n\nTrackQueen uses several APIs to collect its content:\n\n- [Spotify](https://developer.spotify.com/documentation/web-api/reference/#/)\n- [Musixmatch](https://developer.musixmatch.com)\n- [YouTube](https://developers.google.com/youtube/v3)\n- [Genius](https://docs.genius.com)\n- [ChatGPT (Open AI)](https://platform.openai.com/docs/guides/gpt)\n- [ACRCloud](https://www.acrcloud.com/music-recognition/)\n\n### Brand Guidelines\n\nFor each API, it's important to follow the respective branding guidelines for how to properly display the content. [Spotify](https://developer.spotify.com/documentation/general/design-and-branding/), [ACRCloud](https://docs.acrcloud.com/faq/definition-of-terms#brand-exposure), [ChatGPT (Open AI)](https://openai.com/brand), [Musixmatch](https://about.musixmatch.com/brand-resources), and [YouTube](https://developers.google.com/youtube/terms/branding-guidelines) have documentation on how to display their brand assets. [Genius](https://genius.com/static/terms) doesn't appear to currently allow the display of their logo.\n\n## Development\n\nTrackQueen is built using:\n\n- [Expo](https://expo.io/)\n- [React Native](https://facebook.github.io/react-native/)\n- [React Navigation](https://reactnavigation.org/)\n- [TanStack Query](https://tanstack.com/query/latest/docs/react/overview)\n- [Google Cloud Functions for Firebase](https://firebase.google.com/products/functions)\n\n### Getting Started\n\n1. Clone this repo: `git clone https://github.com/jcanelis/trackqueen.git`\n2. Install [NVM](https://github.com/nvm-sh/nvm) `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash`\n3. Set Node version: `nvm use 22.11.0`\n4. Install dependencies by running `yarn` within the repo.\n5. Install Expo CLI: `yarn global add expo-cli`\n6. Start development: `yarn start` or `npx expo start`\n\n### Cloud Functions for Firebase\n\n[Cloud Functions for Firebase](https://firebase.google.com/docs/functions) is used to create microservices with Node.js. These are used for things like authenticating users with Spotify's API and getting refresh tokens. This is the “back-end” of TrackQueen.\n\n#### Getting Started\n\n- Install the [Firebase CLI](https://firebase.google.com/docs/cli#mac-linux-auto-script) with `curl -sL https://firebase.tools | bash`\n- Connect the app by running: `firebase init`.\n\n#### Local Development\n\nThe [Firebase Local Emulator Suite](https://firebase.google.com/docs/emulator-suite) is used to develop locally. Use this to call a microservice or test other Firebase functionality. Start the emulator(s) by running `firebase emulators:start`. Learn more [here](https://firebase.google.com/docs/emulator-suite/connect_and_prototype).\n\n#### Deploy Functions\n\n- Updating functions: `firebase deploy --only functions`\n- Update specific function: `firebase deploy --only functions:refreshToken`\n\n#### Secrets\n\nTrackQueen uses Google Cloud [Secret Manager](https://cloud.google.com/functions/docs/configuring/secrets) to store API keys.\n\n- Get secret value `firebase functions:secrets:access KEY_NAME@latest`\n- Change secret value `firebase functions:secrets:set SECRET_NAME`\n- Destroy secret value `firebase functions:secrets:destroy SECRET_NAME`\n\n#### Environment Variables\n\n- Set variable: `firebase functions:config:set stripe.password=\"12345\"`\n- Get all variables: `firebase functions:config:get`\n- Remove variables: `firebase functions:config:unset key1 key2`\n- Switch to local variables `firebase functions:config:get \u003e .runtimeconfig.json`\n\n## Create Builds\n\n### Development builds\n\nCreate a [development build](https://docs.expo.dev/develop/development-builds/create-a-build/) for iOS Simulator:\n\n`npx eas-cli build --profile development-simulator --platform ios`\n\nRun build on iOS Simulator\n\n`npx expo run:ios`\n\nCreate a build for a device:\n\n`npx eas-cli build --profile development --platform ios`\n\n### Build for App Store with Expo's [EAS Build](https://docs.expo.dev/build/introduction/)\n\n`npx eas-cli build --platform ios`\n\n## Submit to App Store\n\nUse Expo's [EAS Submit](https://docs.expo.dev/submit/ios/) with the command below to send a build to App Store Connect, where the app can be distributed to users with TestFlight or to the App Store.\n\n`npx eas-cli submit -p ios`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcanelis%2Ftrackqueen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcanelis%2Ftrackqueen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcanelis%2Ftrackqueen/lists"}