https://github.com/graphql-api/graphql-api-youtube
https://github.com/graphql-api/graphql-api-youtube
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/graphql-api/graphql-api-youtube
- Owner: graphql-api
- Created: 2021-05-02T15:46:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T13:33:50.000Z (about 4 years ago)
- Last Synced: 2025-12-25T18:29:08.359Z (5 months ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)