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

https://github.com/graphql-api/graphql-api-youtube


https://github.com/graphql-api/graphql-api-youtube

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# @graphql-api/youtube

youtube api GraphQL Wrapper for apollo-server

## Features

- Videos
- Playlists
- Channels
- ...more will follow

## Tech Stack

**Server:** Node, graphql, apollo-server


## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`GOOGLE_REFRESH_TOKEN`


## Acknowledgements

- [Youtube Api v3](https://developers.google.com/youtube/v3/docst)
- [google-api-nodejs-client](https://github.com/googleapis/google-api-nodejs-client)