https://github.com/zurb/flickrbomb
flickrBomb provides an easy way for you to fill your prototypes with relevant content, and not just those dull gray placeholder images.
https://github.com/zurb/flickrbomb
Last synced: about 1 year ago
JSON representation
flickrBomb provides an easy way for you to fill your prototypes with relevant content, and not just those dull gray placeholder images.
- Host: GitHub
- URL: https://github.com/zurb/flickrbomb
- Owner: zurb
- Created: 2010-10-13T23:49:57.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-06-21T23:42:38.000Z (almost 14 years ago)
- Last Synced: 2025-04-10T05:03:36.830Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://www.zurb.com/playground/rapid-prototyping-with-flickrbomb
- Size: 911 KB
- Stars: 270
- Watchers: 16
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
* Include https://github.com/documentcloud/underscore/ and https://github.com/documentcloud/backbone.
* Include `flickrbomb.js`
* Add some flickr placeholders like this: `
`
* Instantiate a bomb `var fbomb = flickrBomb();`
* Bombs away `fbomb.bomb()`
* Repeat if you ever dynamically add more placeholder tags.
See http://www.zurb.com/playground/rapid-prototyping-with-flickrbomb for more info on options for placeholders.
## Fork
This is a fork. Why?
* Original used jeromegn/Backbone.localStorage, which is destructive to `Backbone.sync`. Not what you want if you use this in a Backbone app.
* I traded convenience for flexibility. You can now call `bomb()` whenever you want instead of a one-off or inefficient function.
```
flickrBomb v1
www.ZURB.com/playground
Copyright 2011, ZURB
Free to use under the MIT license.
http://www.opensource.org/licenses/mit-license.php
```