Skip to content

abenbyy/spotify-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-graphql

A Graphql Wrapper for Spotify Web API

Deployed Example on:

https://spotify-graphql.up.railway.app

Requirements:

  • Go 1.15

How to Create Your own:

  • Clone this repository
  • Go to Spotify Developer's Dashboard and create a new app
  • Create a new .env file using .env.example given
  • Fill CLIENT_ID and CLIENT_SECRET with your app's Client ID and Client Secret
  • Run go run ./server.go
  • Done!

Available Queries

Artist

  • Search Artist
  • Search Artist Albums

Album

  • Get Album Tracks

Tracks

  • Get Track Content

About

A Graphql wrapper for Spotify Web API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published