Svelte demo app that integrates with Google Photos
The purpose is to learn Svelte and the Google API for Google Photos but I also want to build a voice and REPL tool for building collages
I used create vite and followed the prompts, I selected the "Svelte" and "Typescript"
npm create vite@latest collage-builder
Open just.be.collage on netlify.
Add 'https://becollage.netlify.app' to the list of acceptable servers
Consume the "Google Applications API" and "Sign In With Google" and "Google Identity Services authorization API".
About | url |
---|---|
gapi.client.photoslibrary | "https://apis.google.com/js/api.js" |
google.accounts.oauth2 | "https://accounts.google.com/gsi/client" |
The Google API Client Library for JavaScript are the client proxies for accessing Google services.
The Sign In With Google provides OAUTH2 authentication logic.