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
- Host: GitHub
- URL: https://github.com/cloud8421/music-search-buddy
- Owner: cloud8421
- License: mit
- Archived: true
- Created: 2017-01-15T16:06:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-22T00:17:57.000Z (over 9 years ago)
- Last Synced: 2025-03-27T22:32:02.207Z (about 1 year ago)
- Topics: apple-music, elm, music-search, spotify
- Language: Elm
- Size: 229 KB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).