An open API service indexing awesome lists of open source software.

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

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.