{"id":20272734,"url":"https://github.com/rajput-hemant/jiosaavn-api-rs","last_synced_at":"2025-08-13T06:03:45.203Z","repository":{"id":186422787,"uuid":"675017525","full_name":"rajput-hemant/jiosaavn-api-rs","owner":"rajput-hemant","description":"🎵 An Unofficial wrapper for the Jio Saavn API written in Rust programming language 🦀.","archived":false,"fork":false,"pushed_at":"2025-04-05T16:40:24.000Z","size":1061,"stargazers_count":9,"open_issues_count":9,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T04:42:18.311Z","etag":null,"topics":["jiosaavn","jiosaavn-api","jiosaavn-downloader","music","rest-api","rust","rust-api","saavn-api","vercel-rust","vercel-rust-runtime","vercel-serverless","vercel-serverless-functions"],"latest_commit_sha":null,"homepage":"https://jiosaavn-api-rs.vercel.app","language":"Rust","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/rajput-hemant.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-08-05T13:57:49.000Z","updated_at":"2024-07-16T20:18:19.000Z","dependencies_parsed_at":"2023-10-15T01:45:16.151Z","dependency_job_id":"b6c1e903-8d9d-487b-badd-771483f1af2a","html_url":"https://github.com/rajput-hemant/jiosaavn-api-rs","commit_stats":null,"previous_names":["rajput-hemant/jiosaavn-api-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajput-hemant%2Fjiosaavn-api-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajput-hemant%2Fjiosaavn-api-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajput-hemant%2Fjiosaavn-api-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajput-hemant%2Fjiosaavn-api-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajput-hemant","download_url":"https://codeload.github.com/rajput-hemant/jiosaavn-api-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345281,"owners_count":21088242,"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":["jiosaavn","jiosaavn-api","jiosaavn-downloader","music","rest-api","rust","rust-api","saavn-api","vercel-rust","vercel-rust-runtime","vercel-serverless","vercel-serverless-functions"],"created_at":"2024-11-14T12:46:34.516Z","updated_at":"2025-04-11T04:42:23.157Z","avatar_url":"https://github.com/rajput-hemant.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align = center\u003e\n\n![][ci] ![][views] ![][stars] ![][forks] ![][issues] ![][license] ![][code-size] ![][commit-activity]\n\n\u003cimg src=\"public/jiosaavn-2.png\" width=\"200px\" /\u003e\n\n# JioSaavn API\n\n### A wrapper for JioSaavn API written in Rust programming language 🦀.\n\n\u003c/div\u003e\n\n\u003e [!NOTE]\n\u003e This project is for educational purposes only. The author of this project is not responsible for any misuse of this API. Use it at your own risk.\n\n## 🔨 Local Development\n\n- Rust should be installed on your system. If not, then install it from [here](https://www.rust-lang.org/tools/install).\n\n```sh\ngit clone https://github.com/rajput-hemant/jiosaavn-api-rs\ncd jiosaavn-api-rs\n```\n\n- Run the following command to build the project.\n\n```sh\ncargo build --release\n```\n\n- Run the following command to launch the api server.\n\n```sh\ncargo run --release\n```\n\n### Vercel Dev Server\n\n- Vercel CLI should be installed on your system. If not, then install it from [here](https://vercel.com/download).\n\n```sh\nvc dev\n```\n\n---\n\n## 🌐 Deploying your own instance\n\n### Vercel (**_Recommended_**)\n\n```sh\nvc\n```\n\n\u003cdiv align=center\u003e\n\n**OR**\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/rajput-hemant/jiosaavn-api-rs)\n\n\u003c/div\u003e\n\n\u003e [!NOTE]\n\u003e To ensure that the API consistently respects the provided language, make sure to set the [Function region](https://vercel.com/docs/concepts/functions/serverless-functions/regions) within Vercel to `Mumbai, India (South) - bom1`.\n\n### Build and Run the Docker Image\n\n\u003e [!WARNING]\n\u003e You need to have [Docker](https://docs.docker.com/get-docker/) installed on your system.\n\u003e You might need to run the following commands with `sudo` depending on your system.\n\n- Start Docker daemon (Skip if already running)\n\n```\nsudo dockerd\n```\n\n- Build the image\n\n```\ndocker build -t jiosaavn .\n```\n\n- Run the image\n\n```\ndocker run -p 8080:8080 jiosaavn\n```\n\n- Stop the container\n\n```\ndocker ps\n```\n\n```\ndocker stop \u003ccontainer-id\u003e\n```\n\n---\n\n### [Render](https://render.com/)\n\n\u003cdiv align=center\u003e\n\n[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)\n\n\u003c/div\u003e\n\n- Login to your [Render](https://render.com/) account and create a new [Web Service](https://dashboard.render.com/select-repo?type=web).\n- Fill in the details, choose `Runtime` as `Rust` and click on **Create Web Service**.\n\n---\n\n### [Shuttle.rs](https://shuttle.rs/)\n\n- Install the [Shuttle CLI](https://github.com/shuttle-hq/shuttle/releases)\n\n```\ncargo install cargo-shuttle\n```\n\n- Make sure to change the `main.rs` file to the following:\n\n```rust\n// #[tokio::main]\n#[shuttle_runtime::main]\n// async fn main() {\nasync fn axum() -\u003e shuttle_axum::ShuttleAxum {\n    // tracing_subscriber::fmt::init();\n\n    ...\n\n    // let addr = \"[::]:8080\".parse().unwrap();\n\n    // tracing::debug!(\"🚀 Server listening on {}\", addr);\n    // axum::Server::bind(\u0026addr)\n    //     .serve(app.into_make_service())\n    //     .await\n    //     .unwrap();\n\n    Ok(router.into())\n}\n```\n\n```\ncargo shuttle project start\ncargo shuttle deploy --allow-dirty\n```\n\n---\n\n### [Fly.io](https://fly.io/)\n\n- Install the [Fly CLI](https://fly.io/docs/hands-on/install-flyctl)\n\n```\ncurl -L https://fly.io/install.sh | sh\n```\n\n- A `fly.toml` file will be automatically generated by `fly launch` command which will ask a few questions to set everything up.\n\n```\nfly launch --name jiosaavn\n```\n\n- Deploy the app\n\n```\nfly deploy\n```\n\n\u003cdiv align = center\u003e\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🦾 Contributors:\n\n\u003ca href=\"https://github.com/rajput-hemant/jiosaavn-api-rs/graphs/contributors\" target=\"blank\"\u003e \u003cimg src=\"https://contrib.rocks/image?repo=rajput-hemant/jiosaavn-api-rs\u0026max=500\" /\u003e\n\n\u003c/div\u003e\n\n\u003c!----------------------------------{ Labels }---------------------------------\u003e\n\n[views]: https://komarev.com/ghpvc/?username=jiosaavn-api-rs\u0026label=view%20counter\u0026color=red\u0026style=flat\n[code-size]: https://img.shields.io/github/languages/code-size/rajput-hemant/jiosaavn-api-rs\n[issues]: https://img.shields.io/github/issues-raw/rajput-hemant/jiosaavn-api-rs\n[license]: https://img.shields.io/github/license/rajput-hemant/jiosaavn-api-rs\n[commit-activity]: https://img.shields.io/github/commit-activity/w/rajput-hemant/jiosaavn-api-rs\n[forks]: https://img.shields.io/github/forks/rajput-hemant/jiosaavn-api-rs?style=flat\n[stars]: https://img.shields.io/github/stars/rajput-hemant/jiosaavn-api-rs\n[ci]: https://github.com/rajput-hemant/jiosaavn-api-rs/actions/workflows/ci.yml/badge.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajput-hemant%2Fjiosaavn-api-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajput-hemant%2Fjiosaavn-api-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajput-hemant%2Fjiosaavn-api-rs/lists"}