This is a personal fullstack JS, Facebook Graph API, and Genius API project. Designed to allow users to get the current “hit” songs of their favorite artists.
- Download the latest node.js.
- Setup your local development environment, especially with
localhost
or your own web host. -
npm i
to have all packages installed inpackage.json
. - Ensure that there is a Facebook App ID displayed in
src/js/model/facebook.js
, obtain one here. - Ensure that there is a Genius API displayed in
src/js/model/proxyFE.js
, obtain one here. - When in
mashup/
, executenpx webpack --mode=development --watch
to run.