An open API service indexing awesome lists of open source software.

https://github.com/cloud8421/music-search-buddy

Search for Spotify and Apple Music albums in a single interface - https://ms.fullyforged.com
https://github.com/cloud8421/music-search-buddy

apple-music elm music-search spotify

Last synced: about 1 year ago
JSON representation

Search for Spotify and Apple Music albums in a single interface - https://ms.fullyforged.com

Awesome Lists containing this project

README

          

# Music Search

A simple app to search for music on multiple sources (e.g. Spotify, Apple Music, etc).

Available at

# Development

- `make install`
- `make`

# Deployment

The app is deployed on surge.sh (deployment happens automatically for the master branch via GitLab CI).

# The music search api

The application relies on a small api which proxies all calls to the relevant providers (iTunes, Spotify). Source code for the apy proxy is available [here](https://github.com/cloud8421/music-search-buddy-api).