/twitifi

Realtime Spotify Tweets

Primary LanguageJavaScript

Twitifi

Realtime Spotify tweets.

Dependency Status

Installing and building

$ npm install -d && node -e "require('grunt').cli();" # Install dependencies and build client

A config.js must be created in the apps root directory before starting. This file should contain Twitter API authentication data in the following format.

{
	"consumer_key": "...",
	"consumer_secret": "...",
	"access_token": "...",
	"access_token_secret": "..."
}

Running

$ npm start