Skip to content

rpeg/top-spotify-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Data Visualizer (Backend)

Express server on Node runtime to faciliate requests from the Spotify data visualizer client: top-spotify-web

  • Establishes a socket connection to client via socket.io and session for seamless OAuth2 transactions
  • Fetches artist location data from a private server hosting a custom MusicBrainz pg database: mb-server
  • Encapsulated authentication via passport
  • Route code separated from server code
  • Security middleware: cors, helmet
  • Polls Spotify's API asynchronously
  • ES6 syntax; airbnb code style

About

App for generating a personal Spotify chart representing your listening habits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published