https://github.com/TiagoDanin/Polybar-Lastfm
A Polybar module to scrobble & love music in Lastfm
https://github.com/TiagoDanin/Polybar-Lastfm
lastfm polybar polybar-scripts
Last synced: 5 months ago
JSON representation
A Polybar module to scrobble & love music in Lastfm
- Host: GitHub
- URL: https://github.com/TiagoDanin/Polybar-Lastfm
- Owner: TiagoDanin
- License: mit
- Created: 2018-06-25T14:38:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T16:20:49.000Z (over 5 years ago)
- Last Synced: 2024-11-09T01:13:19.272Z (6 months ago)
- Topics: lastfm, polybar, polybar-scripts
- Language: JavaScript
- Size: 87.9 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Polybar - Lastfm
README
# Polybar-Lastfm
A Polybar module to scrobble & love music in Lastfm
## Installation
This is a [Node.js](https://nodejs.org/) module available through the
[npm registry](https://www.npmjs.com/). It can be installed using the
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) command line tools.```sh
npm install polybar-lastfm --save
```
## Example of Config in PolybarSee in my dotfiles: [github.com/TiagoDanin/dotfiles/commit/9bb2a9fce187234bc61da464619ab0cb22555fb6](https://github.com/TiagoDanin/dotfiles/commit/9bb2a9fce187234bc61da464619ab0cb22555fb6).
Get apikey and apisecret in [www.last.fm/api/account/create](https://www.last.fm/api/account/create).
## CLI Options
See in `polybar-lastfm --help` :)
## Dependencies
- [caporal](https://ghub.io/caporal): A full-featured framework for building command line applications (cli) with node.js
- [flastm](https://ghub.io/flastm): Promise-based JS API for LastFM## License
MIT