Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scripting/riverBrowser
A JavaScript toolkit that displays a river of news
https://github.com/scripting/riverBrowser
Last synced: 5 days ago
JSON representation
A JavaScript toolkit that displays a river of news
- Host: GitHub
- URL: https://github.com/scripting/riverBrowser
- Owner: scripting
- License: mit
- Created: 2015-06-15T17:48:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T13:46:39.000Z (over 5 years ago)
- Last Synced: 2024-08-01T12:34:40.353Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 25
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - scripting/riverBrowser - A JavaScript toolkit that displays a river of news (others)
README
# riverBrowser
riverBrowser is a JavaScript toolkit that displays a river of news.
Here's a blog post announcing this project.
#### What is a river?
A river is a reverse-chronologic list of new stories.
River5 is a Node.js app that generates these files.
It's an open, documented format, available for anyone to use.
#### Demo app
Here's the demo app for riverBrowser.
I took a snapshot of one of my rivers, so the content would stay fixed. It can be difficult to discuss rivers because they're always changing. The content in this river won't change.
The source for the demo app is included in this repository.
#### httpGetRiver
To load a river from the web, call httpGetRiver.
httpGetRiver ("http://fargo.io/code/browsers/frozenriver.js", "idRiverDisplay");
The first parameter is the address of the river file. The second parameter is the id of a div, which is where you want the river to be displayed. From there everything is handled for you.
#### Projects that use riverBrowser
A few of my real-world projects that use riverBrowser.
1. techblast.org -- "A blast of tech all day every day."
2. Radio's rivers -- These are the rivers I follow.
3. Podcatch.com -- "A good podcast listen, now."
5. Hello River -- The hello world of rivers.
#### Questions, support
Since this project is so closely related to River4, we'll use its mail list for questions and support.