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

https://github.com/3on/www.js

simple static assets server in node
https://github.com/3on/www.js

Last synced: over 1 year ago
JSON representation

simple static assets server in node

Awesome Lists containing this project

README

          

Simple static assets server in node using express.js
Put express's nice index page and clean log to a good use to serves static content.

Installation
---
```bash
sudo npm install -g www.js
```

Usage
---
```text
usage: www.js [-p port] [-loh] [path]
-p, --port PORT Port on wich to listen to
-L, --no-logging Turn off logging (on )
-o, --open To open a browser to the correct address
-h, --help This help
```