Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 782 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 782 Bytes

Project Playlist

Overview

This is a project that I created that allows users to create new/edit existing Spotify playlists using the Spotify API. I made this because there isn't a convenient way to make a Spotify playlist (aside from searching the songs and adding manually). This app allows users to see whats in their playlists while editing them.

Using the Application

Online

A fully functioning webpage can be used at: https://waiklam.github.io/ProjectPlaylist/

Running the Project Locally

  1. Fork the repository
  2. Clone the repository or download it
  3. Open your terminal and in the project folder, run:
  npm install
  1. Change redirect_uri in Authentication.js to http://localhost:3000/
  2. Start the server with:
  npm start