Lastex.Chart (Lastex v0.1.0)

Copy Markdown View Source

Functions for the Last.fm Chart API methods.

These return Last.fm's global charts and take no subject — only limit and page options.

Summary

Functions

Fetches the most popular artists on Last.fm (chart.getTopArtists).

Fetches the most popular tags on Last.fm (chart.getTopTags).

Fetches the most popular tracks on Last.fm (chart.getTopTracks).

Functions

top_artists(opts \\ [])

Fetches the most popular artists on Last.fm (chart.getTopArtists).

Returns a Lastex.Page.

Lastex.Chart.top_artists(limit: 10)

top_tags(opts \\ [])

Fetches the most popular tags on Last.fm (chart.getTopTags).

Returns a Lastex.Page.

Lastex.Chart.top_tags(limit: 10)

top_tracks(opts \\ [])

Fetches the most popular tracks on Last.fm (chart.getTopTracks).

Returns a Lastex.Page.

Lastex.Chart.top_tracks(limit: 10)