{"id":18299457,"url":"https://github.com/koniziwa/orion","last_synced_at":"2026-05-01T16:35:58.991Z","repository":{"id":347551776,"uuid":"1192825863","full_name":"koniziwa/orion","owner":"koniziwa","description":"A simple app for downloading music from YouTube, automatically saving each track with complete metadata like title, artist, and cover art for an organized offline library","archived":false,"fork":false,"pushed_at":"2026-03-28T11:23:09.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T15:23:40.524Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/koniziwa.png","metadata":{"files":{"readme":null,"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":"2026-03-26T15:45:09.000Z","updated_at":"2026-03-28T11:23:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/koniziwa/orion","commit_stats":null,"previous_names":["koniziwa/orion"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/koniziwa/orion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koniziwa%2Forion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koniziwa%2Forion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koniziwa%2Forion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koniziwa%2Forion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koniziwa","download_url":"https://codeload.github.com/koniziwa/orion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koniziwa%2Forion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32505109,"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":["cli","genius","itunes","javascript","metadata","music","nodejs","youtube"],"created_at":"2024-11-05T15:09:05.699Z","updated_at":"2026-05-01T16:35:58.986Z","avatar_url":"https://github.com/koniziwa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🌚 ORION\u003c/h1\u003e\n\n\u003e \u003cp align=\"center\"\u003ea CLI tool for easy downloading songs \u0026 metadata (for example, you can use it with iTunes to make beautiful music library like I do)\u003c/p\u003e\n\n## 🍒 Preview\n\n![preview-select-song](./assets/images/preview-select-song.png)\n![preview-folder](./assets/images/preview-folder.png)\n![preview-song](./assets/images/preview-song.png)\n\n## ⚡️ Installation\n\n### 💥 Dependencies\n\nMake sure you have installed and added to $PATH\n\n- FFmpeg (https://ffmpeg.org/)\n- Node.js (https://nodejs.org/en)\n- Git (optional, https://git-scm.com/)\n\n### 🫧 Cloning application\n\nYou can download zip archive containing all source code from GitHub **OR** use\n\n```shell\ncd directory-you-want\ngit clone https://github.com/koniziwa/orion.git\n```\n\n### ☃️ Getting packages\n\nAs a next step, we are going to install yarn (because i love it, but you can use any package manager you want)\n\n```shell\nnpm install -g yarn\n```\n\nThen you should move to **Orion** directory (folder)\n\n```shell\ncd directory-from-previous-step/orion\n```\n\nFinally, install all required packages using just one word\n\n```shell\nyarn\n```\n\n### 🌴 Setting API keys\n\nTo use the application, you must get API keys and bind them\n\n- [ Genius ] Go to https://genius.com/api-clients, get into account, then click **Generate Access Token**, save it\n\n![genius-api](./assets/images/genius-api.png)\n\n- [ YouTube ] Go to https://console.cloud.google.com/apis/, get into account, create sample project, find and enable **YouTube Data API v3**, forward to **Credentials**, create **API key** using **Create credentials**, save API\n\n![youtube-api](./assets/images/youtube-api.png)\n![youtube-credentials](./assets/images/youtube-credentials.png)\n\nWe want to bind API to our application, let's do it\n\n```shell\ncd folder-where-you-have-orion/orion\nnode ./setAPI.js\n```\n\nSimply paste tokens you have\n\n### ⭐️ Congratulations!\n\nNow you have installed **Orion** on your device, just try it\n\n```shell\nnode ./index.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoniziwa%2Forion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoniziwa%2Forion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoniziwa%2Forion/lists"}