Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"
]
```