Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gobengo/hot-collections-experiment

Display the Hottest Collections in a StreamHub Network
https://github.com/gobengo/hot-collections-experiment

Last synced: 25 days ago
JSON representation

Display the Hottest Collections in a StreamHub Network

Awesome Lists containing this project

README

        

# StreamHub-HotCollections

StreamHub-HotCollections is a widget that lists the Hottest Collections within a Livefyre StreamHub Network.

[Livefyre StreamHub](http://www.livefyre.com/streamhub/) is the web's first Engagement Management System. StreamHub turns your site into a real-time social experience. Curate images, videos, and Tweets from across the social web, right into live blogs, chats, widgets, and dashboards. The world's biggest publishers and brands use StreamHub to power their online Content Communities.

# Usage

Include `main.js` in your HTML page

Specify a StreamHub `network` and HTML Element `el` to render the widget in

var hotCollectionsWidget = new Hub.HotCollections({
network: 'techcrunch.fyre.co',
el: document.getElementById('example')
});

# Documentation

The code is documented with jsdoc3.