A Polymer element for querying results from the Dribbble API
Inspired by Addy Osmani's x-instagram and Tamas Piros's x-flickr. Maintained by Dano Alexander.
Using Bower, run:
$ bower install --save x-dribbble
-
Install the component using Bower:
$ bower install x-dribbble --save
-
Import Web Components' polyfill:
<script src="bower_components/platform/platform.js"></script>
-
Import Custom Element:
<link rel="import" href="bower_components/x-dribbble/dist/x-dribbble.html">
-
Start using it!
<x-dribbble></x-dribbble>
NOTE: Currently no API key/authentication required with Dribbble's API (as of Apr 20, 2014)
Attribute | Options | Default | Description |
---|---|---|---|
list |
string | `` | The category to query for (e.g 'popular') |
count |
integer | 10 |
The max number of results to return |
shotsPerRow |
integer | 5 |
The number of shots that will show up on a row |
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
For detailed changelog, check Releases.