A web application for filtering and randomizing recommendations for episodes of Star Trek: The Next Generation. Based on the work in this UI (Example here) and this database generator.
This is now an Ember application, to more easily keep track of the various filters and state. I'll be drawing in the best parts of the UI from the other project, and I've already imported an episode database, and it's available to the applicationController on start up, with model being an array of all episodes in order of release date, and tags being an array of all topics, or References ever touched on in more than one episode.
You will need the following things properly installed on your computer.
git clone <repository-url>this repository- change into the new directory
npm installbower install
ember server- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
ember build(development)ember build --environment production(production)
Shorthand as npm run deploy.
Currently deployed to Github Pages using this Ember Addon.
Deploy example: ember github-pages:commit --message "Initial gh-pages release"