https://github.com/planetoftheweb/youtube-json-server
https://github.com/planetoftheweb/youtube-json-server
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/planetoftheweb/youtube-json-server
- Owner: planetoftheweb
- Created: 2021-03-17T06:04:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T06:04:33.000Z (about 5 years ago)
- Last Synced: 2025-01-31T12:48:58.897Z (over 1 year ago)
- Language: JavaScript
- Homepage: youtube-get-videolist.vercel.app
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube JSON Server
Your personal Youtube API server to get Youtube API responses without needing credentials.
Caches for 5 minutes(set as 300 seconds) which can be updated from /now.json in the root directory.
## Installation
Install Node & [Now CLI](https://zeit.co/download).
Create or get a Google API Key with permissions to access the Youtube Data API https://developers.google.com/youtube/v3/getting-started
We'll need to let Zeit know what your Google Key is which can only be done with the Now CLI
In your command line run `now secret add youtube-json-google-key "MY_GOOGLE_KEY"`
Deploy the server
[](https://zeit.co/new/project?template=https://github.com/ThatGuySam/youtube-json-server)
## Request Private Consulting on this project