youtube-lookup icon indicating copy to clipboard operation
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

  1. Get a free Youtube API Key from here.

  2. Clone the repo

    git clone https://github.com/devXprite/youtube-lookup.git
    
  3. Install NPM packages

    npm install
    
  4. rename .env.example to .env

  5. Enter your API in .env

    YOUTUBE_API_KEY=xxxxxx
    
  6. Start local server

    npm start
    

Available Scripts

In the project directory, you can run:

  • npm run dev

    Runs the app in the development mode.
    Open http://localhost:3000 to view it in your browser.

  • npm run lint

    Check for errors in your code.

  • npm run lint:fix

    Fix auto fixable problems.

Run with Gitpod

Click this button to run your project on Gitpod which comes with pre-configured environment you need.

Open in Gitpod

Deploy

Click this button to configure your Project and deploy it to Vercel.

Deploy with Vercel

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact