https://github.com/ryanlarge13/meet
https://github.com/ryanlarge13/meet
jest lambda react serverless
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanlarge13/meet
- Owner: RyanLarge13
- Created: 2023-04-15T16:38:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T02:48:11.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T09:41:39.927Z (about 1 year ago)
- Topics: jest, lambda, react, serverless
- Language: JavaScript
- Homepage:
- Size: 535 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Calendar API With Lambda
## How is serverless implemented for this app??
This application will be using a serverless function in order to provide the user with an authentication token.
When the OAuth consent screen is opened and cridentials are authenticated, the serverless function will return
an authorization token to the user which then can be used against the Google Calendar API for fetching and
sending data back to the front-end