Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benoitvallon/koa-and-generators

Sample from a tuts+ tutorial (wrong API design but cool example)
https://github.com/benoitvallon/koa-and-generators

Last synced: 10 days ago
JSON representation

Sample from a tuts+ tutorial (wrong API design but cool example)

Awesome Lists containing this project

README

        

koa-and-generators
==================

Sample from a tuts+ tutorial (wrong API design but cool example)

## Installation Instruction

```
$ npm install
```

To use Koa you must be running __node 0.11.9__ or higher for generator support, and must run node(1)
with the `--harmony` flag. If you don't like typing this, add an alias to your shell profile:

```
alias node='node --harmony'
```
Also import the dictionary collection using instructions in import.txt

## To run the application

```
node --harmony index.js
```

## Running tests

```
$ npm test
```

# License

MIT