Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakardo/ember-cli-giphy
Giphy API wrapper component, based on Rob Dodson's <x-giphy>
https://github.com/nakardo/ember-cli-giphy
Last synced: about 1 month ago
JSON representation
Giphy API wrapper component, based on Rob Dodson's <x-giphy>
- Host: GitHub
- URL: https://github.com/nakardo/ember-cli-giphy
- Owner: nakardo
- Created: 2014-11-23T20:14:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-29T20:42:16.000Z (about 10 years ago)
- Last Synced: 2024-04-14T16:12:17.202Z (9 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ember-cli-giphy
Based on Rob Dodson's [<x-giphy>](https://github.com/robdodson/x-giphy)
## Usage
`npm install --save-dev ember-cli-giphy`
```hbs
{{!-- term --}}
{{x-giphy term='fail'}}{{!-- random --}}
{{x-giphy term='fail' random=true}}{{!-- id --}}
{{x-giphy gifId='m6aIggqT7oB4A'}}{{!-- translate --}}
{{x-giphy term='fail' translate=true}}{{!-- key --}}
{{x-giphy key='dc6zaTOxFJmzC' term='face palm'}}
```## Development & Examples
* `git clone` this repository
* `ember server`
* Visit http://localhost:4200.## Running Tests
* `ember test`
* `ember test --server`## Building
* `ember build`
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).