UNPKG

628 BMarkdownView Raw
1# stream adventure
2
3Go on an educational stream adventure!
4
5[![build status](https://secure.travis-ci.org/substack/stream-adventure.png)](http://travis-ci.org/substack/stream-adventure)
6
7# install
8
9First install [node](http://nodejs.org) version 0.10 or later.
10
11Once you've installed `node`, you will have an `npm` command.
12
13With [npm](https://npmjs.org) do:
14
15```
16npm install -g stream-adventure
17```
18
19If you want to play offline, make a new directory then do:
20
21```
22npm install through2 concat-stream duplexer trumpet request split tar \
23 websocket-stream stream-combiner
24```
25
26# run
27
28Now just type `stream-adventure` to play!