A simple Node.js app that uses the Spotify API to display a user's top artists and tracks. Made in conjunction with a React.js frontend.
- Clone the repo
git clone
- Install NPM packages
npm install
- Create a
.envfile in the root directory and add the following:NODE_ENV="development" CLIENT_ID=your_client_id FRONTEND_URI=http://localhost:3000 # or your frontend URI DB_CONNECTION_STRING=your_mongodb_connection_string
- Start the app
npm start
- Follow the instructions in the React.js frontend repo
See the React.js frontend repo
Distributed under the MIT License. See LICENSE for more information.