Music Bubbles
Music Bubbles is an app that utilizes the vis.js
force graph library to display music artists, albums and tracks in a fun manner by plugging into the Spotify API.
React
, vis.js
, Material UI
, Redux
- download or clone the repository
- run
yarn install
- run
yarn start
- create a
.env
file and add the following line:REACT_APP_BACKEND_URL="http://127.0.0.1:3001/api"
- Open http://localhost:3000 to view it in your browser
Note: in order to have access to the Spotify API, follow these steps:
- Clone the spotify-api Ruby on Rails repo
- run
bundle install
- run
rails s