Skip to content

altruity/x-dribbble

Repository files navigation

<x-dribbble>

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.

Demo

Check it live!

Install

Using Bower, run:

$ bower install --save x-dribbble

Usage

  1. Install the component using Bower:

    $ bower install x-dribbble --save
  2. Import Web Components' polyfill:

    <script src="bower_components/platform/platform.js"></script>
  3. Import Custom Element:

    <link rel="import" href="bower_components/x-dribbble/dist/x-dribbble.html">
  4. Start using it!

    <x-dribbble></x-dribbble>

Options

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

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

For detailed changelog, check Releases.

License

MIT License

About

A Polymer element for querying the Dribbble API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published