1.0.9 • Published 7 years ago

lastfm-cli v1.0.9

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

lastfm-cli

last.fm CLI to fetch your user info, recent tracks and friends

Install

$ npm install -g lastfm-cli

Requirements

last.fm API key and secret

Usage

During the first execution you will be prompted to enter the desired last.fm user along with the API key and secret.

$ lastfmcli

No argument defaults to --tracks

Example:
    $ lastfm-cli --tracks

Options:
    -t --tracks             Displays the recent tracks scrobbled by the user (default)
    -f --friends            Displays the user friends list
    -u --userinfo           Displays current user info
    -s --switchuser         Switch the CLI to point to another user
    -v --version            Displays lastfm-cli current version
    -h --help               Displays help`;

Commands

  1. enter selects the track/friend and opens up in your default browser
  2. q quits the cli

License

MIT

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago