spotify-graphql-examples
spotify-graphql-examples copied to clipboard
Examples in TypeScript and Node.js (v6) for spotify-graphql NPM package
Examples for spotify-graphql NPM package
Node.js (v6)
- 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
TypeScript
- 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