For Webware, a web development course at WPI, my partner and I created a front and back end web-app that uses both
the Spotify API and the Google Maps API to allow users to create a collaborative Spotify playlist and view song data
for their selections. We wrote the back end server in Node.JS that sends requests to Spotify with a users authentication
token. The data that Spotify sends back contains values on song popularity worldwide, that we then send to Google Maps
to make a chart. Later, for the 2019 Wentworth Institute of Technology Hackathon, I delved deeper into the capabilities
of this data collection by writing a program to automatically sort a spotify playlist in terms of the songs musical data:
danceability, speechiness, instrumentalness, acousticness, energy and valence.