YoutubeRanker is a simple web app to get video ranking on Youtube. Build with Express - Node.js and Axios.
- Demo : YutubRanker
- Nodejs App
- Youtube V3 Api
- Standard Coding Style & Clean Code
- Get ranking by country code
{EN, EU, FR, ID}
- 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
- Access:
localhost:port - Enter youtube video url and keyword
- Done