Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ or clone the project and run it locally.
Note that you will need a Spotify account (either free or premium) to log in to the site.

## How to Run
You will need to run a server. The example is ready to work in the port 8000, so you can do:
You will need to run a server. The example is ready to work in the port 8000 by running the following command :

For Mac/Linux :

$ python -m SimpleHTTPServer 8000

For Windows :

$ python -m http.server 8000

and open `http://localhost:8000` in a browser. (This requires python to be installed on your machine.)

## Features
Expand All @@ -28,4 +34,4 @@ Most of the functionality offered through the Spotify Web API endpoints is imple
- Delete track from playlist
- Fetch user's saved tracks and save a tracks
- Follow and unfollow artists or users
- Check if the user is following an artist or user
- Check if the user is following an artist or user