possan / webapi-player-example

An attempt at recreating the spotify player using only the Web API's
http://lab.possan.se/thirtify/
294 stars 100 forks source link

Fix command to run the service in Windows #26

Open iSamBa opened 3 years ago

iSamBa commented 3 years ago

python -m SimpleHTTPServer 8000 command runs only on Mac or Linux. For windows users they need to run the command python -m http.server 8000