elixirfm v0.0.7 Elixirfm.Geo

Last.fm Geo endpoint api

Summary

Functions

Get the most popular artists on Last.fm by country

Get the most popular tracks on Last.fm last week by country

Functions

get_top_artists(query, args \\ [limit: 20, page: 1])

Get the most popular artists on Last.fm by country.

query must be a country name, as defined by the ISO 3166-1 country names standard.

get_top_tracks(query, args \\ [page: 1, limit: 10, location: ""])

Get the most popular tracks on Last.fm last week by country.