gumieri / slack.fm

Update Slack status with Last.fm data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slack Status Updater (Last.fm)

This app, while running, will update your Slack user status with what is currently playing on the specified Last.fm user. When the app exists, the status will change to 'No Currently Playing'.

Install

git clone https://github.com/alex-phillips/node-slack-fm-status
cd node-slack-fm-status
npm install
cp .env.example .env

Once cloned, get your Last.fm API credentials here and obtain a Slack authentication token here.

Open up .env and fill in your Last.fm and Slack credentials. Then, run run.js with your Last.fm username:

node run.js LASTFM_USERNAME

About

Update Slack status with Last.fm data


Languages

Language:JavaScript 100.0%