lastfm : Read and write to Last.fm. You can installing lastfm npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install lastfm $ sudo npm install -g lastfm
If want to update the lastfm package execute the command as below,
$ sudo npm update lastfm
Update package globally,
$ npm install -g lastfm
$ sudo git clone https://github.com/rektide/lastfm.git
$ sudo npm install -g ./lastfm
lastfm@0.9.2 /usr/lib/node_modules/lastfm
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall lastfm
Package Name | lastfm |
Version | 0.9.2 |
Description | Read and write to Last.fm |
Released Date | 2014-07-05T13:30:52.417Z |
Published by | jammus |
How to Learn | https://www.npmjs.com/package/lastfm/tutorial |