https://github.com/patridge/kickstarterterest
Masonry-style Kickstarter project RSS feed viewer
https://github.com/patridge/kickstarterterest
Last synced: 3 months ago
JSON representation
Masonry-style Kickstarter project RSS feed viewer
- Host: GitHub
- URL: https://github.com/patridge/kickstarterterest
- Owner: patridge
- License: mit
- Created: 2012-02-16T16:03:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T16:29:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-01T10:25:02.479Z (5 months ago)
- Language: HTML
- Homepage: https://patridge.github.io/kickstarterterest/
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A masonry-style (e.g., Pinterest) viewer of the Kickstarter project RSS feed.
Tools used:
* [rss-to-jsonp](https://github.com/patridge/rss-to-jsonp): converts the Kicstarter RSS feed to JSONP for easier use in JavaScript.
* [jsrender](https://github.com/BorisMoore/jsrender): used to template HTML.
* [jQuery](http://jquery.com/): used to make my life easier.
* [jQuery Masonry](http://masonry.desandro.com/): used to tile project HTML in a compact form.## License
MIT license. If you do something cool with it, though, I'd love to hear about it.