youtube-lookup
youtube-lookup copied to clipboard
A quick way to gather all the metadata about a Youtube video
Youtube Lookup
Simple Web Based Youtube Metadata Lookup
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- NodeJs
- npm
Installation
-
Get a free Youtube API Key from here.
-
Clone the repo
git clone https://github.com/devXprite/youtube-lookup.git -
Install NPM packages
npm install -
rename
.env.exampleto.env -
Enter your API in
.envYOUTUBE_API_KEY=xxxxxx -
Start local server
npm start
Available Scripts
In the project directory, you can run:
-
npm run devRuns the app in the development mode.
Open http://localhost:3000 to view it in your browser. -
npm run lintCheck for errors in your code.
-
npm run lint:fixFix auto fixable problems.
Run with Gitpod
Click this button to run your project on Gitpod which comes with pre-configured environment you need.
Deploy
Click this button to configure your Project and deploy it to Vercel.
License
Distributed under the MIT License. See LICENSE.txt for more information.
Contact
- Twitter : @devXprite
- Email : [email protected]