Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fdaciuk/stream-adventure
- Owner: fdaciuk
- Created: 2015-06-22T09:54:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T23:40:10.000Z (over 8 years ago)
- Last Synced: 2024-04-09T21:52:10.220Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ;)