Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gobengo/hot-collections-experiment
- Owner: gobengo
- Created: 2013-02-13T03:59:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-26T18:14:42.000Z (over 11 years ago)
- Last Synced: 2024-10-03T15:29:06.625Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://gobengo.github.com/StreamHub-HotCollections
- Size: 320 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.