master
Might shift focus away from c++. In order to retrieve user playlist data, the Authorization Code Token process flow must be used which requests an agreement via a url. This is the stuff JavaScript was made for
SpotifyDemo
Experimenting with the Sptofiy API
Built with
- C++
- cmake
- vcpkg
- nlohmann-json
- cpr
- cppcodec
Getting Started
Install dependencies using vcpkg
vcpkg install nlohmann-json cpr cppcodec
Bootstrap vcpkg
cd SpotifyDemo/3rdparty/vcpkg
./[bootstrap.bat || bootstrap.sh]
Build the software
mkdir build
cd build
cmake ..
cmake --build .
Description
Languages
C++
84.5%
CMake
15.5%