https://github.com/danielmahon/pi-nwjs
https://github.com/danielmahon/pi-nwjs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielmahon/pi-nwjs
- Owner: danielmahon
- Created: 2015-03-14T21:56:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T22:00:55.000Z (over 11 years ago)
- Last Synced: 2025-07-22T11:03:14.882Z (12 months ago)
- Language: HTML
- Size: 414 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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)