This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Spotify Protocol Connection Demo | |
//N.B. Don't forget to install the dependencies | |
var crypto = require('crypto'); | |
var fs = require('fs'); | |
var net = require('net'); | |
var protobuf = require('protocol-buffers'); | |
var HOST = 'lon6-accesspoint-a19.ap.spotify.com'; |