Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cheran-senthil/etube
- Owner: cheran-senthil
- License: mit
- Created: 2018-07-19T04:52:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T15:56:23.000Z (about 6 years ago)
- Last Synced: 2024-12-04T09:46:31.357Z (2 months ago)
- Topics: javascript, meteor, mongodb, neo4j, youtube
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.