Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fdaciuk/stream-adventure

Playing with streams in NodeJS
https://github.com/fdaciuk/stream-adventure

Last synced: about 1 month ago
JSON representation

Playing with streams in NodeJS

Awesome Lists containing this project

README

        

# Stream adventure

> Use Node 6+

## How to start

Install `stream-adventure` globally:

```sh
[sudo] npm i -g stream-adventure
```

If you're using NVM, just type `nvm use` to use NodeJS v6.

## Usage

Run `stream-adventure` in your console to view all challenges.

To test the challenge, run:

```js
stream-adventure verify [your-challenge.js]
```

Each challenge is in its own directory.

## Editing a challenge

For edit, run `npm install` inside challenge directory, if it had a package.json file.

Enjoy ;)