imskr / YouTube-API

YouTube API Search Web Backend Application built using JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rusty-skywalker

A Powerful YouTube Search Web API!



Installation

Make sure you have docker and docker-compose installed

  • Local

    $ git clone https://github.com/imskr/YouTube-API.git
    $ cd YouTube-API/
    $ docker-compose up

Visit http://localhost:5000

Architecture

A simple architechture of application

arch

API

GET Request: / - Fetch videos from database

  • [
      {
          "_id": "62a9e2070fe487a1b15617a1",
          "videoId": "B8c109Aso0Q",
          "title": "IMAGINE CREATING YOUR OWN NFT BASED OPENSOURCE DECENTRALIZED METAVERSE",
          "description": "MONETIZE YOUR LAND Monetize your land in many ways. One of which is foot traffic. Your Earth DAO uses algorithms that count ...",
          "publishTime": "2022-06-15T06:17:19Z",
          "thumbnails": "https://i.ytimg.com/vi/B8c109Aso0Q/default.jpg",
          "createdAt": "2022-06-15T13:43:35.522Z",
          "updatedAt": "2022-06-15T13:43:35.522Z",
          "__v": 0
      },
    ]

About

YouTube API Search Web Backend Application built using JavaScript

License:MIT License


Languages

Language:JavaScript 96.3%Language:Dockerfile 3.7%