Convert Spotify song links to Apple Music links with ease using this simple Express.js application. Say goodbye to manual searching and start enjoying your music seamlessly on Apple Music!
- About
- Features
- Getting Started
- Usage
- API Endpoints
- Technologies Used
- Contributing
- License
- Author
- Contact
This Express.js application provides a straightforward way to convert Spotify song links to their equivalent Apple Music links. It utilizes the Spotify API to fetch song details and the Apple Music API to find the closest match.
- Convert Spotify song links to Apple Music links.
- Retrieve song details like track name, artist, and album.
- Automatically search for the best match on Apple Music.
- Lightweight and easy to use.
Before you begin, ensure you have met the following requirements:
- Node.js and npm installed on your machine.
- Spotify API credentials (Client ID and Client Secret).
- Basic knowledge of Express.js.
-
Clone the repository:
git clone https://github.com/bibinprakashselvakumar/music-con-server.git
-
Navigate to the project directory:
cd music-con-server -
Install dependencies:
npm install
To run the application, execute the following command:
npm startThe application will start on the specified port (default is 3000).
- GET /get-song
- Description: Converts a Spotify song link to an Apple Music link.
- Query Parameters:
url(required): Spotify song link.
- Response:
- If a match is found on Apple Music, it returns the Apple Music equivalent with details like track name, artist, album, and Apple Music link.
- If no match is found, it returns "No Music Found."
Contributions are welcome! Feel free to open an issue or create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Have any questions or suggestions? Feel free to reach out:
- Email: [email protected]
- Twitter: @prakashbibin