UNPKG

487 BMarkdownView Raw
1# stream adventure
2
3Go on an educational stream adventure!
4
5[![build status](https://secure.travis-ci.org/workshopper/stream-adventure.png)](https://travis-ci.org/workshopper/stream-adventure)
6
7## Install
8
9First install [node](http://nodejs.org).
10
11Once you've installed `node`, you will have an `npm` command.
12
13With [npm](https://docs.npmjs.com/cli-documentation/) do:
14
15```
16npm install -g stream-adventure
17```
18
19## Run
20
21Now just type `stream-adventure` to play!
22
23## Test
24```
25npm test
26```