App uses ember.js framework, firebase, and giphy api [https://developers.giphy.com] to search giphy images and allow users to rate them.
git clone https://github.com/thisFunction/giphy-ember-app.git
cd giphy-ember-app
npm install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
ember test
ember test --server
App is deployed to heroku automatically from master branch. [https://giphy-ember-app.herokuapp.com]