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

https://github.com/danielmahon/pi-nwjs


https://github.com/danielmahon/pi-nwjs

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# File Explorer

A simple file explorer implemented with node.js modules, you can navigate through
folders and open files.

## Screen shot

![screenshot](http://ww4.sinaimg.cn/large/6556d357tw1dxui6m0i9kj.jpg)

## APIs

* [fs module](http://nodejs.org/api/fs.html)
* [events module](http://nodejs.org/api/events.html)
* [path module](http://nodejs.org/api/path.html)
* [util module](http://nodejs.org/api/util.html)
* [child_process module](http://nodejs.org/api/child_process.html)