Generate a Last.fm chart of your top albuns
A somewhat recent version of Bun
Create a .env
file with a LASTFM_API_KEY
entry with a valid LastFM API Key, and then run:
bun install
bun run index.ts [options]
Name | CLI Argument | Values |
---|---|---|
Period | --period | '7day', '1month', '3month', '6month', '12month', 'overall' |
Grid Size | --gridSize | 2..10 |
Username | --username | [string] |
Output | --output | Optional, if not specified, the root of the project |