https://github.com/januff/stepzen-spotify-knowledge
Annotated Spotify results using Knowledge Graph & StepZen
https://github.com/januff/stepzen-spotify-knowledge
Last synced: 4 months ago
JSON representation
Annotated Spotify results using Knowledge Graph & StepZen
- Host: GitHub
- URL: https://github.com/januff/stepzen-spotify-knowledge
- Owner: januff
- License: mit
- Created: 2021-11-20T19:55:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T19:02:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T18:51:55.610Z (about 1 year ago)
- Language: TypeScript
- Homepage: stepzen-spotify-knowledge.vercel.app
- Size: 4.47 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo contains the code referenced in the post below, a quick walkthrough of StepZen's new GraphQL Studio tool:
- **[Behind the Music (in 2 Sentences or Less)](https://stepzen.com/blog/mashing-up-the-spotify-and-knowledge-graph-apis): Mashing up the Spotify & Knowledge Graph APIs**
> And with that, our Spotify track query now returns Knowledge-annotated data, with short (and shorter) descriptive summaries of a track, the album it came from, and its recording artist:
- **[Spotify OAuth 2.0 Tokens (in 3 Steps Total)](https://stepzen.com/blog/spotify-oauth-2-tokens-in-3-steps): Easily bundle an Access Token request with StepZen's @sequence directive**
> Where @materializer allows us to step through our API requests in implicit order, simply by descending through our type fields and back-filling secondary data, @sequence lets us step through API requests in explicit order.
- **[Working With Remix, GraphQL, and Stepzen](https://stepzen.com/blog/working-with-remix-graphql-stepzen): how best to hook up a Remix app with a GraphQL endpoint (no external dependencies)**
> Jamie Barton I credit with the basic template I’m swiping here: [_**Working with Remix, GraphQL, and GraphCMS**_](https://graphcms.com/blog/working-with-remix-and-graphql), a simplest-possible GraphQL-driven Remix quickstart with params-driven route loading.