0.1.0 • Published 8 years ago
cli-lastfm v0.1.0
cli-lastm
🎧 A simple Nodejs cli for getting a user's currently playing song from Lastfm🎧
Basically a small cli wrapper on top of last-fm.
Prerequisites
You need an API account for Lastfm for using this. Write down your API key and secret since you will need them when configuring the cli.
Installation
Install cli-lastfm globally and run its binary cli-lastfm-configure:
$ npm i -g cli-lastfm
$ cli-lastfm-configureFill in your API key and secret and a unique user agent (e.g.
my-name-cli-lastfm/v0.1.0) and you are done.
Usage
Run the np and pass in a lastfm user and you'll get their last played
or currently playing track:
$ np usernameContributing
If you'd like to contribute to this project, install cz-delta and use it for writing your commit messages. This to keep a sane standard for versioning. 🤓
0.1.0
8 years ago