This is an Encore application with a single API endpoint to convert Apple Music links to Spotify link and vice versa. I have it set up to work with IOS shortcut - see demo below:
267196371-8402f2a9-cd9e-49a9-b243-c9e3440beea0.mov
When you have installed Encore, you clone this repro and create a new Encore application
encore app create [name]
# Run the app
encore run
To see that your app is running, you can ping the API.
curl http://localhost:4000/convert -x POST blahlbah
Deploy your application to a staging environment in Encore's free development cloud.
git push encore