tracksAPI
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
main.tsx
https://dthyresson--bf10385e26cc11f09439569c3dd06744.web.val.run
Query some Spotify tracks I probably listened to via GraphQL.
Powered by GraphQL Yoga from The Guild is a batteries-included cross-platform GraphQL over HTTP spec-compliant GraphQL server powered by Envelop and GraphQL Tools focused on easy setup, performance and great developer experience.
query MyTracks { tracks { id artist title url image_url } }
See Track
type for fields.
Migrated from folder: GraphQL/tracksAPI