Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gobengo/fyre-hottest-tiled
A Livefyre StreamHub App that dynamically displays the 5 hottest Collections within a Network
https://github.com/gobengo/fyre-hottest-tiled
Last synced: 25 days ago
JSON representation
A Livefyre StreamHub App that dynamically displays the 5 hottest Collections within a Network
- Host: GitHub
- URL: https://github.com/gobengo/fyre-hottest-tiled
- Owner: gobengo
- Created: 2012-10-12T11:05:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-16T22:05:16.000Z (about 12 years ago)
- Last Synced: 2024-10-03T15:32:12.537Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://gobengo.github.com/fyre-hottest-tiled/
- Size: 2.16 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fyre-hottest-tiled
A Livefyre StreamHub App that dynamically displays the 5 hottest Collections within a Network
If you provide an EMBEDLEY_API_KEY in `main.js`, relevant images will automagically be fetched for you!
# screenshot
## Default images
![fyre-hottest-tile example](http://gobengo.github.com/fyre-hottest-tiled/images/screenshot.png)
## Engadget
![fyre-hottest-tile engadget](http://gobengo.github.com/fyre-hottest-tiled/images/engadget.png)## The Daily Beast
![fyre-hottest-tile thedailybeast](http://gobengo.github.com/fyre-hottest-tiled/images/dailybeast.png)## Empower Network
![fyre-hottest-tile empowernetwork](http://gobengo.github.com/fyre-hottest-tiled/images/empowernetwork.png)## Fox News
![fyre-hottest-tile foxnews](http://gobengo.github.com/fyre-hottest-tiled/images/foxnews.png)## The Sun
![fyre-hottest-tile thesun](http://gobengo.github.com/fyre-hottest-tiled/images/thesun.png)# instructions
Most of the code is in `public/main.js`. Templates are in `public/template`.
The example page is in `public/index.html`. It must be served over HTTP for CORS to work.
cd fyre-hottest-tiled/public
python -m SimpleHTTPServer 8888
open "http://localhost:8888"And served over port 80 for embedly to work. (I also set up an /etc/hosts entry for port80.com to avoid 'localhost')
sudo python -m SimpleHTTPServer 80
The HTML and CSS for this have been blatantly copied from Engadget.com.