Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 829 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 829 Bytes

LastFM-Discord-Rich-Presence

A node js app that takes your last FM current track data and displays it on your discord profile.

Example:

alt text

How to use

Clone the repository, or download the source files to a directory on your computer. Then you need to edit the index.js file that is in the downloaded folder. Change line #21 to be your lastFM username. You can then launch the script by navigating to the directory you downloaded. First you need to download the required modules and set them up. You do this by typing:

npm install

Then you can run:

node index.js

in the downloaded directory to start the app.

Contributions

If you feel you would like to help. Contributions and pull requests are open.