kdeng00 ee53380cd5 Saving changes
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
2022-01-21 22:59:17 -05:00
2022-01-21 22:59:17 -05:00
2022-01-20 23:42:44 -05:00
2020-11-28 18:32:47 -05:00
2022-01-20 23:42:44 -05:00

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 .
S
Description
Trying out the Spotify API
Readme 43 KiB
Languages
C++ 84.5%
CMake 15.5%