Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 974 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 974 Bytes

##Youtube instant search

###About

A web app that allows the user to search for and watch YouTube videos.

###Technologies used

The back end app is written in Scala using the Play Framework. The front end uses React.js.

The app makes queries against the Youtube Data API using Google's Java client library. ###Install

  1. Install Play framework 2.3

  2. Clone this repository

  3. Obtain a YouTube Data API access key. Your API key and application name must be specified in conf/application.conf

  4. Run at localhost:9000 using the command activator compile run (more information on using Play)