Examples for spotify-graphql NPM package
- Copy
examples/config.example.jsontoexamples/config.json - Edit
examples/config.jsonwith your application info (see spotify doc)
npm i
nvm use 4.3.2
node examples/fetchTracks.js
- Copy
examples/config.example.tstoexamples/config.ts - Edit
examples/config.tswith your application info (see spotify doc)
npm i
tsc
nvm use 4.3.2
node build/examples/fetchTracks.js