Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradoyler/imgur-gallery
A Polymer.js gallery element for a imgur album
https://github.com/bradoyler/imgur-gallery
Last synced: 11 days ago
JSON representation
A Polymer.js gallery element for a imgur album
- Host: GitHub
- URL: https://github.com/bradoyler/imgur-gallery
- Owner: bradoyler
- Created: 2014-02-02T16:27:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-02T18:34:10.000Z (almost 11 years ago)
- Last Synced: 2024-10-11T01:14:24.971Z (about 1 month ago)
- Homepage:
- Size: 355 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# <imgur-gallery>
A gallery for your [IMGUR Album](http://api.imgur.com/models/album)
> Maintained by [Brad Oyler](https://github.com/bradoyler).## Demo
> [Check it live](http://bradoyler.github.io/imgur-gallery).
## Run locally (Mac)
```console
$ git clone https://github.com/bradoyler/imgur-gallery.git
$ cd imgur-gallery
$ bower install
$ python -m SimpleHTTPServer
```## Usage
1. Import Web Components' polyfill:
```html
```2. Import Custom Element:
```html
```3. Start using it! (specify album name & clientid)
```html
```## 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
* v0.0.1 Feb 1, 2014
* Started project using [boilerplate-element](https://github.com/customelements/boilerplate-element)## License
[MIT License](http://opensource.org/licenses/MIT)