Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 841 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 841 Bytes

YutubRanker - Youtube Video Rank Checker

About YutubRanker

YoutubeRanker is a simple web app to get video ranking on Youtube. Build with Express - Node.js and Axios.

Features

  • Nodejs App
  • Youtube V3 Api
  • Standard Coding Style & Clean Code
  • Get ranking by country code {EN, EU, FR, ID}

Installation

  • Run git clone https://github.com/zuhrrl/YutubRanker.git
  • Move Project Dir cd YutubRanker
  • Run npm i
  • Edit /routes/index.js var apiKey = ['your-api-key', 'your-api-key']
  • Run npm run start

Usage

  • Access: localhost:port
  • Enter youtube video url and keyword
  • Done

Credits and Author