WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

duranbe/spotify-fastapi-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-fastapi-sample

Spotify API Sample using FastApi

Spotify API Quickstart guide: https://developer.spotify.com/documentation/web-api/quick-start/

How to Use

  1. Clone repo & set up virtual environment

    git clone [email protected]:duranbe/spotify-fastapi-sample.git 
    cd spotify-fastapi-sample
    python -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
  2. Edit example.env with your Spotify API credentials

  3. Load values into environment variables & run app

    source example.env
    cd src
    uvicorn main:app --reload

About

Spotify API sample using FastAPI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •