Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 835 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 835 Bytes

About this project

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.

Want to run this project locally?

  • 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 in package.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/, execute npx webpack --mode=development --watch to run.