Simple Giphy Browser build on Ember JS.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>this repositorycd giphy-browsernpm install- Open
./app/instance-initializers/giphyand setup GIPHY_API_KEY
ember serve- Visit your app at http://localhost:8000.).
npm run lint:jsnpm run lint:js -- --fix