{"id":13632512,"url":"https://github.com/stemmlerjs/stemmlerjs-graph","last_synced_at":"2025-04-07T00:33:11.984Z","repository":{"id":42292714,"uuid":"241695985","full_name":"stemmlerjs/stemmlerjs-graph","owner":"stemmlerjs","description":"🛰️ My personal GraphQL Data Graph","archived":false,"fork":false,"pushed_at":"2023-01-05T08:06:30.000Z","size":542,"stargazers_count":32,"open_issues_count":20,"forks_count":21,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-01T22:53:38.436Z","etag":null,"topics":["api","data-graph","graphql","spotify-api"],"latest_commit_sha":null,"homepage":"https://stemmlerjs-graph.netlify.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stemmlerjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-19T18:37:52.000Z","updated_at":"2024-05-02T19:19:53.000Z","dependencies_parsed_at":"2023-02-03T19:46:30.051Z","dependency_job_id":null,"html_url":"https://github.com/stemmlerjs/stemmlerjs-graph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stemmlerjs%2Fstemmlerjs-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stemmlerjs%2Fstemmlerjs-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stemmlerjs%2Fstemmlerjs-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stemmlerjs%2Fstemmlerjs-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stemmlerjs","download_url":"https://codeload.github.com/stemmlerjs/stemmlerjs-graph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223267999,"owners_count":17116731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","data-graph","graphql","spotify-api"],"created_at":"2024-08-01T22:03:05.399Z","updated_at":"2024-11-06T01:22:06.664Z","avatar_url":"https://github.com/stemmlerjs.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# stemmlerjs-graph\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/c6d461e8-80a7-4817-959e-211fc047fdc1/deploy-status)](https://app.netlify.com/sites/infallible-beaver-51cb71/deploys)\n\n![Personal Data Graph](https://user-images.githubusercontent.com/6892666/75119822-6b8f0c80-5654-11ea-9b14-4aee05a13cf5.png)\n\nOne 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](https://www.apollographql.com/docs/apollo-server/federation/introduction/) 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.\n\nConsider this project me just _thinking out loud_. \n\n## Spotify\n\nA collection of operations related to me on Spotify. Read about [how this works here](https://khalilstemmler.com/articles/tutorials/getting-the-currently-playing-song-spotify/).\n\n### Get my currently playing song\n\nCurious about my shocking music taste? Try running the following query to see what I'm listening to right now.\n\n```graphql\n{\n  spotifyGetCurrentSongPlaying {\n    artist {\n      name\n    }\n    title\n    previewUrl\n    externalUrl\n    currentProgress\n  \talbum {\n      name\n    }\n  }\n}\n```\n\n## Calendar\n\n\u003e Coming soon\n\n## GitHub\n\n\u003e Coming soon\n\n[![Deploys by Netlify](https://www.netlify.com/img/global/badges/netlify-color-accent.svg)](https://www.netlify.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstemmlerjs%2Fstemmlerjs-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstemmlerjs%2Fstemmlerjs-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstemmlerjs%2Fstemmlerjs-graph/lists"}