KO
|
EN
gitlite — search
Search
#python
#javascript
#machine-learning
#react-native
#docker
#react
#kubernetes
#hacktoberfest
#rust
#html5
#nodejs
#typescript
stream-viz
★ 38
Open GitHub ↗
Visualizes streams in the browser.
Download README (.md)
Explore Similar Repositories
mopidy-mpris
:
Mopidy extension for controlling Mopidy through the MPRIS D-Bus interface
bootstrap-navbar
:
Helpers to generate a Bootstrap navbar
vim-fat-finger
:
Simple vim plugin for common misspellings and typos
TSPLIB4J
:
Java library for reading traveling salesman, vehicle routing, and Hamiltonian cycle problem instances from the TSPLIB collection.
TopicModels.jl
:
TopicModels for Julia
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
stream-viz
?
Download (.md)
# stream-viz [](https://ci.testling.com/thlorenz/stream-viz) Visualizes a stream in the browser. [Play with it live](http://thlorenz.github.io/stream-viz/). ```js var sviz = require('stream-viz') var readable = getSomeReadable() , writable = getSomeWritable() sviz(readable); sviz(writable); readable.pipe(writable); ``` ## Running the Examples After you installed `stream-viz` please do the following: `npm explore stream-viz && npm install` ### Run the Full Example `npm start` ### Run smaller examples `npm run line-chart|gauge|tabject|ticker` More coming. ### Note When creating your own visualization, you need to include specific `css` properly render the visualized streams. More documentation on how to set up a stream visualization properly is coming. For now please consult [this three stream visualization example](https://github.com/thlorenz/stream-viz/tree/master/example/overview) or consult any of the simpler examples found [here](https://github.com/thlorenz/stream-viz/tree/master/example/) ## Installation npm install stream-viz ## API ## License MIT