stemmlerjs / stemmlerjs-graph

🛰️ My personal GraphQL Data Graph

Home Page:https://stemmlerjs-graph.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stemmlerjs-graph

Netlify Status

Personal Data Graph

One day, I thought it would be really cool to be able to show the current song that I'm listening to on Spotify on my website, like a true JAMstack champ. I realized that I needed a backend service to abstract the complexity of integrating with Spotify and I also needed it to act as me. That feature led me to consider if there are other interesting intergrations that might be useful, and if there's any merit in maintaining a Personal Data Graph. Perhaps, if there is a standard way to define and federate mine and others' graphs together. I'm not entirely sure about the utility of the use cases yet, but I'm certainly thinking about it.

Consider this project me just thinking out loud.

Spotify

A collection of operations related to me on Spotify. Read about how this works here.

Get my currently playing song

Curious about my shocking music taste? Try running the following query to see what I'm listening to right now.

{
  spotifyGetCurrentSongPlaying {
    artist {
      name
    }
    title
    previewUrl
    externalUrl
    currentProgress
  	album {
      name
    }
  }
}

Calendar

Coming soon

GitHub

Coming soon

Deploys by Netlify

About

🛰️ My personal GraphQL Data Graph

https://stemmlerjs-graph.netlify.com/


Languages

Language:TypeScript 98.8%Language:JavaScript 1.2%