Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
A simple Play framework 1.4.x application that uses web sockets to allow users to view a video catalog on their own devices and make a selection, with the results of all the selections shown in real time on a special page. Font Awesome is also used and is licensed under the SIL OFL 1.1 and MIT License for the font files and the CSS, respectively. The remainder is licensed under: "THE BEER-WARE LICENSE" (Revision 42): Art McBain <mcbain.asm@gmail.com wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return ----- Setup: 1. Open a command window to the directory this project was cloned into. 2. Run "play secret". Data: movies.py is included for those who want to use an alternative dataset to the one included by default. Running "py movies.py" will give you further tips on how to use it. It will automatically overwrite the existing data.yml without asking so if you want to keep a previous revision, back it up first. If you've already run the app once, you'll need to delete the "db" folder at the app root before starting it again in order to use the new data. movies.py requires Python 3, which you should already have as Play needs it to start itself. It calls out to http://omdbapi.com but has no other dependencies.