##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
-
Install Play framework 2.3
-
Clone this repository
-
Obtain a YouTube Data API access key. Your API key and application name must be specified in conf/application.conf
-
Run at
localhost:9000
using the commandactivator compile run
(more information on using Play)