# w3

version: 2.0.0

single page web server. great for development! 


[![Build Status](https://secure.travis-ci.org/twilson63/w3.png)](http://travis-ci.org/twilson63/w3)

## Install

``` sh
npm install w3 -g
``` 

## Usage

```
w3 [directory]
```
or

```
w3 [directory] --port [port]
```

## options

SET PORT

--port [port]

```
w3 --port 4000
```

ENABLE Cache

```
w3 --cache
```


## Requirements

* NodeJs

## Thanks
 
* @nodejs community

## Contributions

- Pull Request Welcome

## LICENSE

MIT

## Contributors

* Tom Wilson (@twilson63)
* @nicogranelli
