Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacoblee93/stdlib-recommend-music
StdLib service that calls Spotify to recommend music
https://github.com/jacoblee93/stdlib-recommend-music
Last synced: 25 days ago
JSON representation
StdLib service that calls Spotify to recommend music
- Host: GitHub
- URL: https://github.com/jacoblee93/stdlib-recommend-music
- Owner: jacoblee93
- Created: 2018-02-03T05:13:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T05:14:19.000Z (almost 7 years ago)
- Last Synced: 2024-12-13T19:13:24.705Z (about 1 month ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This service attempts to find the most popular artist matching your input string, and
returns song suggestions based on the artist. For example, sending the following request:```
https://jacoblee.stdlib.com/recommendMusic?artist=tove%20lo
```Yields an array of 5 songs that we recommend based on Tove Lo as an input:
```
[
"TG4M by Zara Larsson",
"Castle by Halsey",
"How To Be A Heartbreaker by Marina and the Diamonds",
"Kamikaze by MØ",
"Team by Lorde"
]
```