https://github.com/dhedegaard/youtube-serverless
A serverless implementation of my youtube project
https://github.com/dhedegaard/youtube-serverless
mongodb nextjs react serverless typescript
Last synced: about 23 hours ago
JSON representation
A serverless implementation of my youtube project
- Host: GitHub
- URL: https://github.com/dhedegaard/youtube-serverless
- Owner: dhedegaard
- Created: 2021-05-07T23:20:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-07T08:55:56.000Z (26 days ago)
- Last Synced: 2026-03-07T15:52:06.916Z (26 days ago)
- Topics: mongodb, nextjs, react, serverless, typescript
- Language: TypeScript
- Homepage: https://ut.dhedegaard.dk/
- Size: 1.32 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# youtube-serverless
Requires Node.js 24 or newer.
In order to run the project you need to set the following environment variables in `.envrc`:
```
MONGODB_URI=
YOUTUBE_API_KEY=
SECRET=
```
The `SECRET` is to used in the `Authentication` header to authenticate whomever calls the various APIs.