lastfm-cli
v1.0.9
Published
last.fm CLI to fetch your user info, recent tracks and friends
Downloads
3
Maintainers
Readme
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
- enter selects the track/friend and opens up in your default browser
- q quits the cli
License
MIT