An open API service indexing awesome lists of open source software.

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

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.