Files
2022-01-20 23:42:44 -05:00

407 B

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 .