Skip to content

A lambda function that retrieves song suggestions from the Last.fm API

Notifications You must be signed in to change notification settings

nikhilaravi/song-suggester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

song-suggester

A lambda function that retrieves song suggestions from the Last.fm API

The event object expects keys:

  • limit: (Int) - The number of results to retrieve (default 10)
  • query: (String) - The name or part of the name of the song to search for

The lambda returns an array of objects of the form:

{
  name:
  artist:
  url:
  imageUrl
}

About

A lambda function that retrieves song suggestions from the Last.fm API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published