Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cheran-senthil/etube

📺 YouTube Clone
https://github.com/cheran-senthil/etube

javascript meteor mongodb neo4j youtube

Last synced: 10 days ago
JSON representation

📺 YouTube Clone

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/Cheran-Senthil/eTube.svg?branch=master)](https://travis-ci.com/Cheran-Senthil/eTube)
[![CodeFactor](https://www.codefactor.io/repository/github/cheran-senthil/etube/badge)](https://www.codefactor.io/repository/github/cheran-senthil/etube)

# eTube

A web application to search and recommend videos within a specified range of channels for easy access.

## Dependencies

- Node.js
- Meteor
- Neo4j

## Usage

1. Create a YouTube API key by following the steps listed [here](https://developers.google.com/youtube/android/player/register)
2. Enter your API key at the variable `key` in server/main.js
3. Run the `meteor` command

## Status

This is a ground up re-implementation of [Video-Search-Engine](https://github.com/Cheran-Senthil/Video-Search-Engine).

The front-end for the search-engine and recommendations are still under construction.