Skip to content

charlypoly/spotify-graphql-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples for spotify-graphql NPM package

Node.js (v6)

  • Copy examples/config.example.json to examples/config.json
  • Edit examples/config.json with your application info (see spotify doc)
npm i
nvm use 4.3.2
node examples/fetchTracks.js

TypeScript

  • Copy examples/config.example.ts to examples/config.ts
  • Edit examples/config.ts with your application info (see spotify doc)
npm i
tsc
nvm use 4.3.2
node build/examples/fetchTracks.js

About

Examples in TypeScript and Node.js (v6) for spotify-graphql NPM package

Resources

License

Stars

Watchers

Forks

Packages

No packages published